Logo
15_Days_of_Postman_-_for_testers_IvanKo API Documentation

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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "collection": { "12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2": { "isSourceAhead": false } } }



Curl
curl -X GET 'https://api.getpostman.com/collections/collectionId/source-status'

ENDPOINTS