Web Service Documentation / Categories / Property Services / Get Custom Metrics
Updated on February 26, 2024
23.0
GET
/property/(propertyId)/customMetrics
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
propertyId | Id to the property |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The example below retrieves the list of custom metrics that are defined for a property that has an id of 14.
GET /property/14/customMetrics
The example below shows the list of custom metrics that are defined for a property that has an id of 14.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok">
<links>
<link id="1" hint="Custom Metric #1 - Site Energy Use per Gross Floor Area" linkDescription="This is the GET url for this Custom Metric." link="/property/14/customMetrics/1" httpMethod="GET"/>
<link id="2" hint="Custom Metric #2 - Site Energy Use per Gross Floor Area" linkDescription="This is the GET url for this Custom Metric." link="/property/14/customMetrics/2" httpMethod="GET"/>
<link id="3" hint="Custom Metric #3 - Site Energy Use per Computer" linkDescription="This is the GET url for this Custom Metric." link="/property/14/customMetrics/3" httpMethod="GET"/>
</links>
</response>