{ "opencollection": "1.0.0", "info": { "name": "Product Catalog Management", "version": "1.0.0" }, "items": [ { "info": { "name": "catalog", "type": "folder" }, "items": [ { "info": { "name": "List or find Catalog objects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalog", "headers": [ { "name": "transactionId", "value": "" }, { "name": "countryCode", "value": "" } ], "params": [ { "name": "senderId", "value": "", "type": "query", "description": "Provide the channel information" }, { "name": "offset", "value": "", "type": "query", "description": "Requested index for start of resources to be provided in response" }, { "name": "limit", "value": "", "type": "query", "description": "Requested number of resources to be provided in response" }, { "name": "custom", "value": "", "type": "query", "description": "Reserve for future use. Hold additional filter criteria" } ] }, "docs": "This operation list or find Catalog entities" } ] }, { "info": { "name": "category", "type": "folder" }, "items": [ { "info": { "name": "Retrieves a Category by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/category/:id", "headers": [ { "name": "transactionId", "value": "" }, { "name": "countryCode", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Category" }, { "name": "senderId", "value": "", "type": "query", "description": "Provide the channel information" }, { "name": "serviceNumber", "value": "", "type": "query", "description": "Unique identifier. This may be customer msisdn, customer id etc." }, { "name": "custom", "value": "", "type": "query", "description": "Reserve for future use. Hold additional filter criteria" } ] }, "docs": "This operation retrieves a Category entity. Attribute selection is enabled for all first level attributes." } ] } ], "bundled": true }