{ "opencollection": "1.0.0", "info": { "name": "IEC CIM 61968 Distribution Management Customers Metering API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.utility.example.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Metering", "type": "folder" }, "items": [ { "info": { "name": "List meters", "type": "http" }, "http": { "method": "GET", "url": "https://dms-gateway.utility.example.com/cim/61968/v1/meters", "params": [ { "name": "substationId", "value": "", "type": "query" }, { "name": "feeder", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns smart meters and AMI endpoints in the distribution network. Supports filtering by circuit, substation, and meter type." }, { "info": { "name": "Get meter readings", "type": "http" }, "http": { "method": "GET", "url": "https://dms-gateway.utility.example.com/cim/61968/v1/meters/:mRID/readings", "params": [ { "name": "mRID", "value": "", "type": "path" }, { "name": "startTime", "value": "", "type": "query", "description": "Reading period start (ISO 8601)" }, { "name": "endTime", "value": "", "type": "query", "description": "Reading period end" }, { "name": "readingType", "value": "", "type": "query" } ] }, "docs": "Returns meter readings for a specific meter. Supports date range filtering and interval selection (15-minute, hourly, daily)." } ] } ], "bundled": true }