Web Service Documentation / Categories / Building Services / Get Parent Property List
Updated on February 8, 2016
This web service returns a list of parent properties for a specific building that is shared to you.
23.0
GET
/building/(buildingId)/property/list
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
buildingId | Id to the building |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example retrieves a list of parent properties for a child building that has an id of 200.
GET /building/200/property/list
The following example returns a list of parent properties for a child building that has an id of 200. The list contains web service links for you to call to retrieve information for each parent property.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok">
<links>
<link id="86" httpMethod="GET" link="/property/86" linkDescription="This is the GET url for this Property." hint="ACME Convenience Store"/>
<link id="34" httpMethod="GET" link="/property/34" linkDescription="This is the GET url for this Property." hint="ACME Grocery"/>
</links>
</response>