{ "opencollection": "1.0.0", "info": { "name": "Xcel Energy Green Button Connect My Data ApplicationInformation DemandResponse API", "version": "1.1.0" }, "items": [ { "info": { "name": "DemandResponse", "type": "folder" }, "items": [ { "info": { "name": "List Demand Response programs", "type": "http" }, "http": { "method": "GET", "url": "https://api.xcelenergy.com/DataCustodian/espi/1_1/resource/drp", "params": [ { "name": "s", "value": "", "type": "query", "description": "0-based start index for paginated lists." }, { "name": "l", "value": "", "type": "query", "description": "Maximum number of list items to return." } ] }, "docs": "Returns the DemandResponseProgramList for load-control coordination with the utility." }, { "info": { "name": "Get a Demand Response program", "type": "http" }, "http": { "method": "GET", "url": "https://api.xcelenergy.com/DataCustodian/espi/1_1/resource/drp/:drpId", "params": [ { "name": "drpId", "value": "", "type": "path", "description": "Identifier of a DemandResponseProgram resource." } ] }, "docs": "Get a Demand Response program" }, { "info": { "name": "List EndDeviceControls for a DR program", "type": "http" }, "http": { "method": "GET", "url": "https://api.xcelenergy.com/DataCustodian/espi/1_1/resource/drp/:drpId/edrc", "params": [ { "name": "drpId", "value": "", "type": "path", "description": "Identifier of a DemandResponseProgram resource." } ] }, "docs": "Returns EndDeviceControl events scheduling load-control for participants of the DR program." } ] } ], "bundled": true }