Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 6.86 KB

File metadata and controls

22 lines (18 loc) · 6.86 KB

Filter

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
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