{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands CloudStorage API", "version": "v2.1" }, "items": [ { "info": { "name": "CloudStorage", "type": "folder" }, "items": [ { "info": { "name": "Docusign Retrieves a list of all the items in a specified folder from the specified cloud storage provider.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/users/:userId/cloud_storage/:serviceId/folders", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "serviceId", "value": "", "type": "path", "description": "The ID of the service to access. \n\nValid values are the service name (\"Box\") or the numerical serviceId (\"4136\")." }, { "name": "userId", "value": "", "type": "path", "description": "The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing. **Note**: For the [GET /v2/accounts/{accountId}/envelopes](https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/listStatusChanges/#envelopesInformation) method, the `user_id` query parameter is not implemented and should not be used." }, { "name": "cloud_storage_folder_path", "value": "", "type": "query", "description": "A comma separated list of folder IDs included in the request. " }, { "name": "count", "value": "", "type": "query", "description": "An optional value that sets how many items are included in the response. \n\nThe default setting for this is 25. " }, { "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": "search_text", "value": "", "type": "query" }, { "name": "start_position", "value": "", "type": "query", "description": "Indicates the starting point of the first item included in the response set. It uses a 0-based index. The default setting for this is 0. " } ] }, "docs": "Retrieves a list of all the items in a specified folder from the specified cloud storage provider. " }, { "info": { "name": "Docusign Gets a list of all the items from the specified cloud storage provider.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/users/:userId/cloud_storage/:serviceId/folders/:folderId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "folderId", "value": "", "type": "path", "description": "The ID of the folder being accessed." }, { "name": "serviceId", "value": "", "type": "path", "description": "The ID of the service to access. \n\nValid values are the service name (\"Box\") or the numerical serviceId (\"4136\")." }, { "name": "userId", "value": "", "type": "path", "description": "The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing. **Note**: For the [GET /v2/accounts/{accountId}/envelopes](https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/listStatusChanges/#envelopesInformation) method, the `user_id` query parameter is not implemented and should not be used." }, { "name": "cloud_storage_folder_path", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query", "description": "An optional value that sets how many items are included in the response. \n\nThe default setting for this is 25. " }, { "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": "search_text", "value": "", "type": "query" }, { "name": "start_position", "value": "", "type": "query", "description": "Indicates the starting point of the first item included in the response set. It uses a 0-based index. The default setting for this is 0. " } ] }, "docs": "Retrieves a list of all the items in all the folders associated with the user from the specified cloud storage provider. You can limit the scope of the returned items by providing a comma separated list of folder IDs in the request." } ] } ], "bundled": true }