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.
Example:
"2021-01-21"
The latest timestamp (in IS08601 format) for which you want to retrieve Taxonomy changes.
Example:
"2022-02-22"
Was this page helpful?