Query parameters
A general string used to search and filter on all available models.
The folderIds property has been deprecated. Please use the filter property instead.
A string in the form <FilterProperty>(<FilterOperator>(<FilterValue>))[,FilterExpressions].
See the API Reference for more details.
Example:
id(between(1,1000)),createdAt(not(lt('2022-01-01T00:00:00.000Z')))
A FilterExpression. See the API Reference for more details.
A string in the form [-]<OrderProperty>[,OrderProperties].
See the API Reference for more details.
Example:
-id,name
An OrderExpression. See the API Reference for more details. If no order is provided the results are returned in order of relevancy.
The number of items to return per page.
A 1 based page number used in conjunction with perPage.
Headers
Response
Ok
Changes
No recorded changes to this endpoint across all 1 revision of this API.