Web Service Documentation / Categories / Property Services / Get Property Baseline and Target

Get Property Baseline and Target

Updated on July 17, 2013

Description

This web service retrieves the energy and water baseline dates and the performance target settings for a specific property.

Version

22.0

HTTP Method

GET

Resource URL

/property/(propertyId)/baselineAndTarget

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 baselineAndTarget.xsd

Example Request

The following example retrieves the energy and water baseline dates and the performance target settings for the property with an id of 32423.

GET  /property/32423/baselineAndTarget

Example Response

The following example retrieves the energy and water baseline dates and the performance target settings for the property with an id of 32423.

<?xml version="1.0" encoding="UTF-8"?>
<baselineAndTarget>
    <baseline>
        <energyBaselineDate>2009-10</energyBaselineDate>
        <waterBaselineDate>System Determined</waterBaselineDate>
    </baseline>
    <target>
        <targetMetric>Target ENERGY STAR Score</targetMetric>
    <targetValue>80</targetValue>
    </target>
</baselineAndTarget>
LIVE