Web Service Documentation / Categories / Property Services / Get Energy Performance Project
Updated on July 17, 2013
This web service returns information for a specific energy performance project. The corresponding property must already be shared to you. The information returned to you does not include any energy performance indicators. To retrieve energy performance indicators, you can call the Get-Metrics web service for the applicable metrics and evaluation periods.
23.0
GET
/energyPerformanceProject/(energyPerformanceProjectId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
energyPerformanceProjectId | Id to the energy performance project |
Request/Response | Schema Name |
---|---|
Request | None |
Response | energyPerformanceProject.xsd |
The following example retrieves information for an energy performance project that has an id of 765.
GET /energyPerformanceProject/765
The following example returns information on an energy performance project that has an id of 765.
<?xml version="1.0" encoding="UTF-8"?>
<energyPerformanceProject>
<category>Recommissioning (Stage 1)</category>
<investmentCost>650000</investmentCost>
<projectDescription>Recommissioning of Ventalation in building</projectDescription>
<evaluationPeriod>
<preImplementationDate>2011-08-01</preImplementationDate>
<postImplementationDate>2012-09-30</postImplementationDate>
</evaluationPeriod>
<projectName>Duct Work</projectName>
<implementationDate>2011-08-01</implementationDate>
<estimatedSavingsCost>750000</estimatedSavingsCost>
<propertyId>100</propertyId>
<propertyName>World Bank</propertyName>
<audit>
<createdBy>DUNAYT</createdBy>
<createdByAccountId>-14</createdByAccountId>
<createdDate>2012-08-16T17:04:57-04:00</createdDate>
<lastUpdatedBy>DUNAYT</lastUpdatedBy>
<lastUpdatedByAccountId>-14</lastUpdatedByAccountId>
<lastUpdatedDate>2012-08-16T17:09:35-04:00</lastUpdatedDate>
</audit>
</energyPerformanceProject>