{ "opencollection": "1.0.0", "info": { "name": "3gpp-ims-ee", "version": "1.0.1" }, "items": [ { "info": { "name": "IMS EE Subscriptions (Collection)", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all the active IMS EE Subscriptions managed by the NEF.", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-ims-ee/v1/:afId/subscriptions", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Represents the identifier of the AF." } ] }, "docs": "Retrieve all the active IMS EE Subscriptions managed by the NEF." }, { "info": { "name": "Request the creation of a new IMS EE Subscription.", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-ims-ee/v1/:afId/subscriptions", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Represents the identifier of the AF." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request the creation of a new IMS EE Subscription." } ] }, { "info": { "name": "Individual IMS EE Subscription (Document)", "type": "folder" }, "items": [ { "info": { "name": "Retrieve an existing Individual IMS EE Subscription resource.", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-ims-ee/v1/:afId/subscriptions/:subscriptionId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Represents the identifier of the AF." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Represents the identifier of the Individual IMS EE Subscription. resource.\n" } ] }, "docs": "Retrieve an existing Individual IMS EE Subscription resource." }, { "info": { "name": "Request the update of an existing Individual IMS EE Subscription resource.", "type": "http" }, "http": { "method": "PUT", "url": "{apiRoot}/3gpp-ims-ee/v1/:afId/subscriptions/:subscriptionId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Represents the identifier of the AF." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Represents the identifier of the Individual IMS EE Subscription. resource.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request the update of an existing Individual IMS EE Subscription resource." }, { "info": { "name": "Request the modification of an existing Individual IMS EE Subscription resource.", "type": "http" }, "http": { "method": "PATCH", "url": "{apiRoot}/3gpp-ims-ee/v1/:afId/subscriptions/:subscriptionId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Represents the identifier of the AF." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Represents the identifier of the Individual IMS EE Subscription. resource.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request the modification of an existing Individual IMS EE Subscription resource." }, { "info": { "name": "Request the deletion of an existing Individual IMS EE Subscription resource.", "type": "http" }, "http": { "method": "DELETE", "url": "{apiRoot}/3gpp-ims-ee/v1/:afId/subscriptions/:subscriptionId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Represents the identifier of the AF." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Represents the identifier of the Individual IMS EE Subscription. resource.\n" } ] }, "docs": "Request the deletion of an existing Individual IMS EE Subscription resource." } ] } ], "bundled": true }