{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands Regions API", "version": "v2.1" }, "items": [ { "info": { "name": "Regions", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets regions.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/regions", "params": [ { "name": "count", "value": "", "type": "query", "description": "The number of results to return. This value must be a number between `1` and `100` (default)." }, { "name": "startPosition", "value": "", "type": "query", "description": "The starting zero-based index position of the results set from which to begin returning values. The default value is `0`." }, { "name": "managedOnly", "value": "", "type": "query", "description": "When **true,** only the regions that the current user manages are returned. The default value is **false.**" }, { "name": "accountId", "value": "", "type": "path", "description": "The globally unique identifier (GUID) for the account." } ] }, "docs": "This method returns a list of regions that are associated with a Rooms account." }, { "info": { "name": "Docusign Creates a region.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/regions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The globally unique identifier (GUID) for the account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This method creates a new region. When you create a region, you specify only the name. The service will assign and return a region ID (`regionId`) and a creation timestamp (`createdDate`)." }, { "info": { "name": "Docusign Gets information about a region.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/regions/:regionId", "params": [ { "name": "regionId", "value": "", "type": "path", "description": "The ID of the region." }, { "name": "accountId", "value": "", "type": "path", "description": "The globally unique identifier (GUID) for the account." } ] }, "docs": "This method returns information about a specific region." }, { "info": { "name": "Docusign Deletes a region.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/regions/:regionId", "params": [ { "name": "regionId", "value": "", "type": "path", "description": "The ID of the region." }, { "name": "accountId", "value": "", "type": "path", "description": "The globally unique identifier (GUID) for the account." } ] }, "docs": "This method deletes a region from a Rooms account." }, { "info": { "name": "Docusign Retrieves the number and type of objects that reference a region.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/regions/:regionId/reference_counts", "params": [ { "name": "regionId", "value": "", "type": "path", "description": "The ID of the region." }, { "name": "accountId", "value": "", "type": "path", "description": "The globally unique identifier (GUID) for the account." } ] }, "docs": "This method returns a list of each type of object and the number of objects of that type referencing the specified region. \n\n**Note:** A region cannot be deleted while existing objects reference it." } ] } ], "bundled": true }