Get source collection's status
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 isSourceAhead
property is true
in the response, then there is a difference between the forked collection and its source collection.
Note:
This endpoint may take a few minutes to return an updated isSourceAhead
status.
RESPONSES
status: OK
{"collection":{"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2":{"isSourceAhead":false}}}