Web Service Documentation / Categories / Property Services / Get Property EDU List

Get Property EDU List

Updated on June 28, 2021

Description

This web service returns a list of electric distribution utilities (EDU) that identifies the regional power grid for a specific property. The preferred and currently assigned electric distribution utility to your property is also indicated in the list.

Version

22.0

HTTP Method

GET

Resource URL

/property/(propertyId)/edu/list

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
propertyId Id to property

XML Schemas

Request/Response Schema Name
Request None
Response edu.xsd

Example Request

The following example retrieves a list of electric distribution utilities for a property that has an id of 200.

GET  /property/200/edu/list

Example Response

The following example returns a list of electric distribution utilities for a property that has an id of 200.

<?xml version="1.0" encoding="UTF-8"?>
<eduList>
     <edu eGridName="Southwest US" eGridCode="AZNM" selected="false" preferred="true" name="ACME City Municipal Electric" eduCode="12087"/>
     <edu eGridName="Southwest US" eGridCode="AZNM" selected="true" preferred="false" name="ACME Electric Company" eduCode="12199"/>
</eduList>
LIVE