{ "opencollection": "1.0.0", "info": { "name": "Noyo Carrier Carrier Mapped Field Group Collection API", "version": "1.0.0" }, "items": [ { "info": { "name": "Group Collection", "type": "folder" }, "items": [ { "info": { "name": "Get a list of all Group Collections", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/group_collections", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "The max size of each page of results" }, { "name": "offset", "value": "", "type": "query", "description": "The integer offset at which to start the page. Possible values are 0 to total_records - 1" }, { "name": "group_id", "value": "", "type": "query", "description": "The unique identifier of the group in Noyo system." } ] }, "docs": "Get all relevant group collections" } ] } ], "bundled": true }