This endpoint is in preview and may be modified or removed at any time.
To use this endpoint, add preview=true to the request query parameters.
Returns the history of edits (additions, modifications, deletions) for objects of a specific object type. This endpoint provides visibility into all actions that have modified objects of this type.
The edits are returned in reverse chronological order (most recent first) by default.
Note that filters are ignored for OSv1 object types.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:ontologies-read.
stringThe ontology RID or API name
stringThe API name of the object type
stringThe Foundry branch from which we will get edits history. If not specified, the default branch is used. Branches are an experimental feature and not all workflows are supported.
objectRequest object for querying object type edits history, containing both filters and pagination parameters
If objectPrimaryKey property is set, the method will return edits history for the particular object. Otherwise, the method will return edits history for all objects of this object type.
map<PropertyApiName, PrimaryKeyValueV2>unionstring (enum)Enum values: newest_first, oldest_first
booleanintegerThe maximum number of edits to return per page. Defaults to 100.
stringToken for retrieving the next page of results
objectSuccess response
list<ObjectEditHistoryEntry>List of historical edits for this object type
integerCount of items in the data array above
stringToken for retrieving the next page of results