Web Service Documentation / Categories / Property Services / Get Energy Performance Project

Get Energy Performance Project

Updated on July 17, 2013

Description

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.

Version

22.0

HTTP Method

GET

Resource URL

/energyPerformanceProject/(energyPerformanceProjectId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
energyPerformanceProjectId Id to the energy performance project

XML Schemas

Request/Response Schema Name
Request None
Response energyPerformanceProject.xsd

Example Request

The following example retrieves information for an energy performance project that has an id of 765.

GET  /energyPerformanceProject/765

Example Response

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