{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands TaskListTemplates API", "version": "v2.1" }, "items": [ { "info": { "name": "TaskListTemplates", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets task list templates.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/task_list_templates", "params": [ { "name": "startPosition", "value": "", "type": "query", "description": "The starting zero-based index position from which to start returning values. The default is `0`." }, { "name": "count", "value": "", "type": "query", "description": "The number of results to return. This value must be a number between `1` and `100` (default)." }, { "name": "accountId", "value": "", "type": "path", "description": "The globally unique identifier (GUID) for the account." } ] }, "docs": "Returns all task list templates associated with the active user's company.\n\n## Permissions\n\nAnyone with a valid access token can call this method.\n\n" } ] } ], "bundled": true }