Web Service Documentation / Categories / Property Services / Get eGrid Subregion List
Updated on August 3, 2015
This web service returns a list of eGrid subregions that can be referenced when managing green power data.
25.0
GET
/property/eGridSubregion/list
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
None
Request/Response | Schema Name |
---|---|
Request | None |
Response | eGridSubregion.xsd |
The following example retrieves a list of eGrid Subregions.
GET /property/eGridSubregion/list
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>