{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai esign-folders API", "version": "1.0" }, "items": [ { "info": { "name": "esign-folders", "type": "folder" }, "items": [ { "info": { "name": "Get list of signature folders", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/esign/folders/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "permission", "value": "", "type": "query", "description": "Restrict folders to the requested permission level." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get list of signature folders" }, { "info": { "name": "Create signature folder", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/esign/folders/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Create signature folder" }, { "info": { "name": "esign_folders_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/dashboard/esign/folders/:id/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "Delete signature folder", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dashboard/esign/folders/:id/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Delete signature folder" } ] } ], "bundled": true }