When an API response returns a list of objects, no matter the amount, pagination is supported. In paginated responses, objects are nested in aDocumentation Index
Fetch the complete documentation index at: https://docs.decisionly.com/llms.txt
Use this file to discover all available pages before exploring further.
data property and have a has_more property that indicates whether you have reached the end of the last page. You can use the starting_after and ending_before query parameters to browse pages.
Pagination Parameters
Number of objects to return. Maximum of 100.
Cursor for use in pagination. Return the next page starting after this object ID.
Cursor for use in pagination. Return the previous page ending before this object ID.