SearchTerminalActionsRequest
Name | Type | Tags | Description | Getter | Setter |
---|---|---|---|---|---|
query |
?TerminalActionQuery |
Optional | - | getQuery(): ?TerminalActionQuery | setQuery(?TerminalActionQuery query): void |
cursor |
?string |
Optional | A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query. See Pagination for more information. |
getCursor(): ?string | setCursor(?string cursor): void |
limit |
?int |
Optional | Limit the number of results returned for a single request. Constraints: >= 1 , <= 100 |
getLimit(): ?int | setLimit(?int limit): void |
{
"limit": 2,
"query": {
"filter": {
"created_at": {
"start_at": "2022-04-01T00:00:00.000Z",
"end_at": "end_at8"
},
"device_id": "device_id0",
"status": "status6",
"type": "SAVE_CARD"
},
"sort": {
"sort_order": "DESC"
}
},
"cursor": "cursor4"
}