announcement

During the current lapse in appropriations, EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. Many services may not be available during this time.

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

Parameters

None

XML Schemas

Request/Response Schema Name
Request None
Response eGridSubregion.xsd

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>
LIVE