SearchTerminalActionsRequest
Name | Type | Tags | Description |
---|---|---|---|
query |
TerminalActionQuery | undefined |
Optional | - |
cursor |
string | undefined |
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 |
number | undefined |
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"
}
},
"sort": {
"sort_order": "DESC"
}
}
}