Web Service Documentation /
Categories /
Property Services /
Get eGrid Subregion List
Get eGrid Subregion List
Updated on
August 3, 2015
Description
This web service returns a list of eGrid subregions that can be referenced when managing green power data.
Version
25.0
HTTP Method
GET
Resource URL
/property/eGridSubregion/list
Header
| Field Name |
Value |
Comments |
| Authorization |
Basic credentials |
|
Authorization Required
Yes
Example Request
The following example retrieves a list of eGrid Subregions.
GET /property/eGridSubregion/list
Example Response
The following example returns a list of eGrid Subregions.
<?xml version="1.0" encoding="UTF-8"?>
<eGridSubregionList>
<eGridSubregion code="CAMX" name="Southwest Coast" country="US"/>
<eGridSubregion code="AZNM" name="Southwest US" country="US"/>
...
</eGridSubregionList>