v1

latestOpenAPI 3.0.12026-07-1431191129.7 KB
VersionHistory

Get a specific history item

Get a single version history entry by its operation ID. The full data payload of the entity at that point in time can optionally be included.

get/sources/{sourceKey}/v1/history/{collectionType}/{collectionKey}/{itemId}/operations/{operationId}

Path parameters

sourceKeystring required

The source key.

collectionType'resources' | 'relationships' | 'objects' required

The type of the collection.

collectionKeystring required

The key of the collection.

itemIdstring required

The id of the item.

operationIdstring required

The unique ID of the operation entry.

Query parameters

withPayloadboolean

If true, the full entity payload related to the operationId will be included in the response.

Response

The specific version history item.

OR
OR