SearchTerminalActionsRequest
Name | Type | Tags | Description |
---|---|---|---|
Query |
TerminalActionQuery |
Optional | - |
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. |
Limit |
int? |
Optional | Limit the number of results returned for a single request. Constraints: >= 1 , <= 100 |
{
"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"
}