Gets all categories modified between the start and end date.

This endpoint returns a paged result view of category items modified within a range specified by start and end date.
User roles: admin, manager, editor, viewer

Query Params
date-time

Provide the date and time of when the last modifications were made to the category items that you want returned. The category items that are modified on or after this date and time are returned. The date value must be in the ISO 8601 format YYYY-MM-DD T hh:mm:ss:sssZ.

date-time

Provide the date and time of when the last modifications were made to the category items that you want returned. The category items that are modified on or before this date and time are returned. The date value must be in the ISO 8601 format YYYY-MM-DD T hh:mm:ss:sssZ.

string

Only the category items fields that are specified here are returned for each result. Any category item field is a valid value and can be specified as a comma-separated list. For example, to list the category item fields name and ID, provide the value ID, and name. All category item fields are returned by default.

number

Use the offset parameter to specify the number of category items to skip from the beginning of the list and return the rest.

number

Set the limit for the maximum number of category items to return in a single result. The default value is 50.

string

Specify whether you want the category items to be returned in ascending or descending order. Documents are returned in descending order by default.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json