{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands RoomTemplates API", "version": "v2.1" }, "items": [ { "info": { "name": "RoomTemplates", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets room templates.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/room_templates", "params": [ { "name": "officeId", "value": "", "type": "query", "description": "The ID of the office for which the user wants to create a room. When you pass in a value for this parameter, only room templates that are valid for that office appear in the results. For users who are not Admins, the default is the ID of the user's default office.\nHowever, you can specify a value if the user belongs to multiple offices.\n\nIf the user is an Admin, set the `forAdmin` search parameter to **true** instead and omit the `officeId` parameter. " }, { "name": "onlyAssignable", "value": "", "type": "query", "description": "When **true,** returns only the roles that the current user can assign to someone else. The default value is **false.**" }, { "name": "onlyEnabled", "value": "", "type": "query", "description": "When true, only returns room templates that are not disabled." }, { "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": "startPosition", "value": "", "type": "query", "description": "The index position within the total result set from which to start returning values. The default value is `0`." }, { "name": "accountId", "value": "", "type": "path", "description": "The globally unique identifier (GUID) for the account." } ] }, "docs": "This method returns a list of room templates that the user can use to create a new room. The response includes company and region-level templates.\n\n" } ] } ], "bundled": true }