{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Attachment Actions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Attachment Actions", "type": "folder" }, "items": [ { "info": { "name": "Create an Attachment Action", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/attachment/actions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new attachment action." }, { "info": { "name": "Get Attachment Action Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/attachment/actions/:id", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTE", "type": "path", "description": "A unique identifier for the attachment action." } ] }, "docs": "Shows details for a attachment action, by ID.\n\nSpecify the attachment action ID in the `id` URI parameter." } ] } ], "bundled": true }