Getting changes between Versions
This returns the changes, or edits, between different versions of an Entity. These changes are returned as an array of arrays. Between two Entities, there is an array of objects representing how each property changed. This change object contains the old and new values, as well as the property name.
Path parameters
The numeric ID of the Project
Name of the Dataset
UUID of the Entity
Response
- Response 200
Example response
[
[
{
"new": "John",
"old": "Jane",
"propertyName": "name"
}
]
]Changes
Changed in 4 of the 55 revisions of this API.13
- ○
api operation id
Getting changes between Entity Versionsremoved and replaced withgetChangesBetweenEntityVersionsapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲