{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands FormDetails API", "version": "v2.1" }, "items": [ { "info": { "name": "FormDetails", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets form details.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/forms/:formId/details", "params": [ { "name": "formId", "value": "", "type": "path", "description": "The ID of the form." }, { "name": "accountId", "value": "", "type": "path", "description": "The globally unique identifier (GUID) for the account." } ] }, "docs": "Returns details about a specific form, such as the date it was created and last updated, the number of pages, the form owner, and other information." } ] } ], "bundled": true }