{ "opencollection": "1.0.0", "info": { "name": "Clients AR Account reports Entities API", "version": "v1" }, "items": [ { "info": { "name": "Entities", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/organizations/v1", "params": [ { "name": "pageNumber", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve all organizations accessible with the provided access token." }, { "info": { "name": "List organization's entities", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/organizations/v1/:organizationId/entities", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "pageNumber", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve all entities belonging to the organizationId specified in the url." } ] } ], "bundled": true }