Filter parameters that allow greater customisation of the list response
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
accountIds |
?string | ➖ | A comma-separated list of account IDs to filter the results by. | 45355976281015164504,45355976281015164505 |
startDate |
\DateTime | ➖ | A ISO8601 date string to filter the results by start_date. | 2020-01-01T00:00:00.000Z |
endDate |
\DateTime | ➖ | A ISO8601 date string to filter the results by end_date. | 2020-01-01T00:00:00.000Z |
requestIds |
?string | ➖ | A comma-separated list of request IDs to filter the results by. | adbf752f-6457-4ddd-89b3-98ae2252b83b,adbf752f-6457-4ddd-89b3-98ae2252b83c |
sourceTypes |
?string | ➖ | A comma-separated list of source types to filter the results by. | DASHBOARD,SYNTHETIC_WEBHOOK |
sourceValues |
?string | ➖ | A comma-separated list of source values to filter the results by. | |
sourceIds |
?string | ➖ | A comma-separated list of source IDs to filter the results by. | |
httpMethods |
?string | ➖ | A comma-separated list of HTTP methods to filter the results by. | GET,POST |
providers |
?string | ➖ | A comma-separated list of provider keys to filter the results by. | ashby,greenhouse |
services |
?string | ➖ | A comma-separated list of services to filter the results by. | hris,ats |
resources |
?string | ➖ | A comma-separated list of resources to filter the results by. | employees,users |
childResources |
?string | ➖ | A comma-separated list of child resources to filter the results by. | documents,time-off |
subResources |
?string | ➖ | A comma-separated list of sub resources to filter the results by. | documents,employees |
actions |
?string | ➖ | A comma-separated list of actions to filter the results by. | download,upload |
statusCodes |
?string | ➖ | A comma-separated list of status codes to filter the results by. | 200,400 |
success |
?bool | ➖ | A boolean value to filter the results by success or failure. | true |
orderBy |
?Operations\StackoneListLogsQueryParamOrderBy | ➖ | The field to order the results by. | created_at |
orderDirection |
?Operations\StackoneListLogsQueryParamOrderDirection | ➖ | The direction to order the results by. | asc |