{ "opencollection": "1.0.0", "info": { "name": "NFON Call History Accounts Customer Announcements API", "version": "2.0-early-access" }, "items": [ { "info": { "name": "Customer Announcements", "type": "folder" }, "items": [ { "info": { "name": "getContent", "type": "http" }, "http": { "method": "GET", "url": "https://api.nfon.com/call-history/tenants/:participantExternalIdentifier/announcements/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "participantExternalIdentifier", "value": "", "type": "path" } ] } }, { "info": { "name": "simplePut", "type": "http" }, "http": { "method": "PUT", "url": "https://api.nfon.com/call-history/tenants/:participantExternalIdentifier/announcements/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "participantExternalIdentifier", "value": "", "type": "path" } ] } }, { "info": { "name": "delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.nfon.com/call-history/tenants/:participantExternalIdentifier/announcements/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "participantExternalIdentifier", "value": "", "type": "path" } ] } }, { "info": { "name": "get_19", "type": "http" }, "http": { "method": "GET", "url": "https://api.nfon.com/call-history/tenants/:participantExternalIdentifier/announcements", "params": [ { "name": "participantExternalIdentifier", "value": "", "type": "path" } ] } }, { "info": { "name": "post_2", "type": "http" }, "http": { "method": "POST", "url": "https://api.nfon.com/call-history/tenants/:participantExternalIdentifier/announcements", "params": [ { "name": "participantExternalIdentifier", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "audiofile", "type": "text", "value": "" }, { "name": "body", "type": "text", "value": "" } ] } } } ] } ], "bundled": true }