Pagination
By default the API only returns the first page of 20 results. To request more results per page thelimit query parameter can be send with the request.
limit is 100. To return more pages of results each page
returns a next_marker value.
next_marker can be used to form a new request for the next page of
results.
When a response does not include a next marker it indicates that no more
matching results exist.
Sort
Results can be ordered by any of the supported metadata field types. These only supported types currently arefloat, date, and string
. Ordering by enum or multiSelect value is
currently not supported.
To order result, provide one or more field keys to sort by, as well as a
direction.
