Web Service Documentation / Categories / Property Services / Get Property Baseline and Target
Updated on July 17, 2013
This web service retrieves the energy and water baseline dates and the performance target settings for a specific property.
23.0
GET
/property/(propertyId)/baselineAndTarget
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
propertyId | Id to property |
Request/Response | Schema Name |
---|---|
Request | None |
Response | baselineAndTarget.xsd |
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
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>