Get the history for a record or relationship
Retrieves a list of all operations performed on a specific source entity (record or relationship). Results can be paginated and filtered by a date range.
Authorizations
Path Parameters
The source key.
The type of the collection.
resources, relationships The key of the collection.
The id of the item.
Query Parameters
The number of items to return per page.
The page number to retrieve.
The start of the date range filter (ISO 8601 format). The default value is the beginning of time.
The end of the date range filter (ISO 8601 format). The default value is now.
Response
A list of version history items for the entity.
The unique identifier of the resource or relationship.
The collection type of the entity.
resources, relationships The unique identifier of the operation.
The identifier of the task that processed this operation.
The exact time the operation was applied.
The action to perform.
CREATE, UPSERT, DELETE, UPDATE Information about the user or service that performed the operation.