Get Collection

GET {{baseUrl}}/collections/{{collectionUID}}

Given the collectionUID, this request gets the JSON corresponding to the collection, and saves it to collectionContent.

HEADERS

KeyDatatypeRequiredDescription
X-Api-Keystring
x-mock-response-namestring

RESPONSES

status: OK

{"collection":{"info":{"_postman_id":"sampleAlphaNumeric","name":"Blank Collection","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"item":[{"name":"Sample request","id":"0aa0a0aa-0a0a-0aa0-00aa-aa00aa00000a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":null},"response":[]}]}}