{ "opencollection": "1.0.0", "info": { "name": "Xcel Energy Green Button Connect My Data ApplicationInformation ReadingType API", "version": "1.1.0" }, "items": [ { "info": { "name": "ReadingType", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a ReadingType", "type": "http" }, "http": { "method": "GET", "url": "https://api.xcelenergy.com/DataCustodian/espi/1_1/resource/ReadingType/:readingTypeId", "params": [ { "name": "readingTypeId", "value": "", "type": "path", "description": "Identifier of a ReadingType resource." } ], "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 ReadingType entry that describes the units, multiplier, accumulation behavior, and flow direction of an associated MeterReading.\n" } ] } ], "bundled": true }