{ "opencollection": "1.0.0", "info": { "name": "CMiC Construction ERP Cost Tracking Equipment API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Equipment", "type": "folder" }, "items": [ { "info": { "name": "List equipment", "type": "http" }, "http": { "method": "GET", "url": "https://api.cmic.ca/rest/eq-rest-api/v1/EQequipment", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns all equipment records tracked in the CMiC system." } ] } ], "bundled": true }