Pagination
Most top-level API resources within Advocate provide support for bulk fetches using ‘list’ API methods. For details on which resources support the list functionality, please refer to the specific endpoints in the API Reference. These ‘list’ API methods follow a common structure, using any of the following parameters:- offset: Allows you to specify the page of results you want to retrieve.
- limit: Enables you to determine the number of items to display per page in the results. Default is 15 and maximum is 100.
Filters
Queries can accept filter parameter utilizing the following syntax:
Supported operations include:
Please note that only a subset of operators is supported and depends on the value type.
Please refer to the list of supported operator by field type below.