{ "opencollection": "1.0.0", "info": { "name": "ETSI ISG CIM / NGSI-LD API Entry Point Context Subscription API", "version": "latest" }, "items": [ { "info": { "name": "Context Subscription", "type": "folder" }, "items": [ { "info": { "name": "retrieveSubscriptions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Pagination limit" } ] }, "docs": "Retrieves the subscriptions available in an NGSI-LD system" }, { "info": { "name": "createSubscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Subscription within an NGSI-LD system" }, { "info": { "name": "retrieveSubscriptionById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription Id" } ] }, "docs": "Retrieves a specific Subscription from an NGSI-LD system" }, { "info": { "name": "updateSubscription", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a specific Subscription within an NGSI-LD system" }, { "info": { "name": "removeSubscription", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription Id" } ] }, "docs": "Removes a specific Subscription from an NGSI-LD system" } ] } ], "bundled": true }