GET {{baseUrl}}/collections/{{collectionId}}/source-status
Checks whether there is a change between the forked collection and its parent (source) collection. If the value of the Note: This endpoint may take a few minutes to return an updated isSourceAhead
property is true
in the response, then there is a difference between the forked collection and its source collection.isSourceAhead
status.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"collection": {
"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2": {
"isSourceAhead": false
}
}
} |
ENDPOINTS