{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands PowerForms API", "version": "v2.1" }, "items": [ { "info": { "name": "PowerForms", "type": "folder" }, "items": [ { "info": { "name": "Docusign Returns the list of PowerForms available to the user.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/powerforms", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "from_date", "value": "", "type": "query", "description": "Start of the search date range. Only returns templates created on or after this date/time. If no value is specified, there is no limit on the earliest date created." }, { "name": "order", "value": "", "type": "query", "description": "An optional value that sets the direction order used to sort the item list. \n\nValid values are: \n\n* asc = ascending sort order\n* desc = descending sort order " }, { "name": "order_by", "value": "", "type": "query", "description": "An optional value that sets the file attribute used to sort the item list. \n\nValid values are: \n\n* modified\n* name " }, { "name": "to_date", "value": "", "type": "query", "description": "End of the search date range. Only returns templates created up to this date/time. If no value is provided, this defaults to the current date." } ] }, "docs": "Docusign Returns the list of PowerForms available to the user." }, { "info": { "name": "Docusign Creates a new PowerForm.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/powerforms", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Creates a new PowerForm." }, { "info": { "name": "Docusign Deletes one or more PowerForms", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/powerforms", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Deletes one or more PowerForms" }, { "info": { "name": "Docusign Returns a single PowerForm.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/powerforms/:powerFormId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "powerFormId", "value": "", "type": "path" } ] }, "docs": "Docusign Returns a single PowerForm." }, { "info": { "name": "Docusign Creates a new PowerForm.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/powerforms/:powerFormId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "powerFormId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Creates a new PowerForm." }, { "info": { "name": "Docusign Delete a PowerForm.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/powerforms/:powerFormId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "powerFormId", "value": "", "type": "path" } ] }, "docs": "Docusign Delete a PowerForm." }, { "info": { "name": "Docusign Returns the list of PowerForms available to the user.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/powerforms/senders", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "start_position", "value": "", "type": "query", "description": "The position within the total result set from which to start returning values. The value **thumbnail** may be used to return the page image." } ] }, "docs": "Docusign Returns the list of PowerForms available to the user." } ] } ], "bundled": true }