{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands RoomFolders API", "version": "v2.1" }, "items": [ { "info": { "name": "RoomFolders", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets a list of room folders accessible to the current user.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/rooms/:roomId/room_folders", "params": [ { "name": "roomId", "value": "", "type": "path", "description": "The ID of the room from which to retrieve folders." }, { "name": "startPosition", "value": "", "type": "query", "description": "The starting zero-based index position of the results set. When this property is used as a query parameter, the default value is `0`." }, { "name": "count", "value": "", "type": "query", "description": "The number of results. When this property is used as a request parameter specifying the number of results to return, the 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": "Gets a list of room folders in the specified room that are accessible to the current user." } ] } ], "bundled": true }