{ "opencollection": "1.0.0", "info": { "name": "Concord Agreements Organizations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organization reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.concordnow.com/api/rest/1/organizations/:organizationId/reports", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The ID of the organization." } ] }, "docs": "Returns the reports configured for an organization. The response nests the list under a `reports` selector." }, { "info": { "name": "List organization groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.concordnow.com/api/rest/1/organizations/:organizationId/groups", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The ID of the organization." } ] }, "docs": "Returns the groups within an organization. The response nests the list under a `groups` selector." }, { "info": { "name": "List organization tags", "type": "http" }, "http": { "method": "GET", "url": "https://api.concordnow.com/api/rest/1/organizations/:organizationId/tags", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The ID of the organization." } ] }, "docs": "Returns the tags defined within an organization. The response nests the list under a `tags` selector." } ] } ], "bundled": true }