Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 12.7 KB

File metadata and controls

27 lines (23 loc) · 12.7 KB

QueryParamFilter

Filter parameters that allow greater customisation of the list response

Fields

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