{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands Workspaces API", "version": "v2.1" }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Docusign List Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/workspaces", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ] }, "docs": "Gets information about the Workspaces that have been created." }, { "info": { "name": "Docusign Create a Workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/workspaces", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new workspace." }, { "info": { "name": "Docusign Get Workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/workspaces/:workspaceId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "workspaceId", "value": "", "type": "path", "description": "Specifies the workspace ID GUID." } ] }, "docs": "Retrives properties about a workspace given a unique workspaceId. " }, { "info": { "name": "Docusign Update Workspace", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/workspaces/:workspaceId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "workspaceId", "value": "", "type": "path", "description": "Specifies the workspace ID GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates information about a specific workspace." }, { "info": { "name": "Docusign Delete Workspace", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/workspaces/:workspaceId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "workspaceId", "value": "", "type": "path", "description": "Specifies the workspace ID GUID." } ] }, "docs": "Deletes an existing workspace (logically)." } ] } ], "bundled": true }