{ "opencollection": "1.0.0", "info": { "name": "Xcel Energy Green Button Connect My Data ApplicationInformation MeterReading API", "version": "1.1.0" }, "items": [ { "info": { "name": "MeterReading", "type": "folder" }, "items": [ { "info": { "name": "List MeterReadings for a UsagePoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.xcelenergy.com/DataCustodian/espi/1_1/resource/Subscription/:subscriptionId/UsagePoint/:usagePointId/MeterReading", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of a Subscription created from an Authorization." }, { "name": "usagePointId", "value": "", "type": "path", "description": "Identifier of a UsagePoint within a Subscription." }, { "name": "published-min", "value": "", "type": "query", "description": "Lower bound (inclusive) for the Atom entry published timestamp, in epoch seconds or ISO 8601." }, { "name": "published-max", "value": "", "type": "query", "description": "Upper bound (inclusive) for the Atom entry published timestamp, in epoch seconds or ISO 8601." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.xcelenergy.com/DataCustodian/oauth/authorize", "accessTokenUrl": "https://api.xcelenergy.com/DataCustodian/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns an Atom feed of MeterReading entries captured at the specified UsagePoint.\n" }, { "info": { "name": "Retrieve a single MeterReading", "type": "http" }, "http": { "method": "GET", "url": "https://api.xcelenergy.com/DataCustodian/espi/1_1/resource/Subscription/:subscriptionId/UsagePoint/:usagePointId/MeterReading/:meterReadingId", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of a Subscription created from an Authorization." }, { "name": "usagePointId", "value": "", "type": "path", "description": "Identifier of a UsagePoint within a Subscription." }, { "name": "meterReadingId", "value": "", "type": "path", "description": "Identifier of a MeterReading within a UsagePoint." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.xcelenergy.com/DataCustodian/oauth/authorize", "accessTokenUrl": "https://api.xcelenergy.com/DataCustodian/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the MeterReading entry identified by meterReadingId." } ] } ], "bundled": true }