{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Fax API", "version": "v2" }, "items": [ { "info": { "name": "Fax", "type": "folder" }, "items": [ { "info": { "name": "Get organization config for given organization", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/fax/settings" }, "docs": "Get organization config for given organization" }, { "info": { "name": "Update/write organization config for given organization", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/fax/settings" }, "docs": "Update/write organization config for given organization" }, { "info": { "name": "Download a fax document.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/fax/documents/:documentId/content", "params": [ { "name": "documentId", "value": "", "type": "path", "description": "Document ID" } ] }, "docs": "Download a fax document." }, { "info": { "name": "Get a document.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/fax/documents/:documentId", "params": [ { "name": "documentId", "value": "", "type": "path", "description": "Document ID" } ] }, "docs": "Get a document." }, { "info": { "name": "Update a fax document.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/fax/documents/:documentId", "params": [ { "name": "documentId", "value": "", "type": "path", "description": "Document ID" } ] }, "docs": "Update a fax document." }, { "info": { "name": "Delete a fax document.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/fax/documents/:documentId", "params": [ { "name": "documentId", "value": "", "type": "path", "description": "Document ID" } ] }, "docs": "Delete a fax document." }, { "info": { "name": "Get a list of fax documents.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/fax/documents", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Page size" }, { "name": "pageNumber", "value": "", "type": "query", "description": "Page number" } ] }, "docs": "Get a list of fax documents." }, { "info": { "name": "Get fax summary", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/fax/summary" }, "docs": "Get fax summary" } ] } ], "bundled": true }