Taxonomy operations
Get Taxonomy changes
Get a list of changes to the Taxonomy within a certain timeframe.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The maximal number of Taxonomy changes returned, ordered by their timestamp.
Required range:
1 <= x <= 200
Example:
50
The applied offset for the returned Taxonomy changes, results starting from offset
up to offset + limit
.
Required range:
x >= 0
The earliest timestamp (in IS08601 format) for which you want to retrieve Taxonomy changes. IS08601-formatted date.
Example:
"2025-05-02"
The latest timestamp (in IS08601 format) for which you want to retrieve Taxonomy changes. IS08601-formatted date.
Example:
"2025-05-02"
Response
200
application/json
OK
Default structure for Taxonomy changes.
Default structure for Taxonomy changes.
Default structure for Taxonomy changes.