Web Service Documentation / Categories / Property Use Services / Get Use Details
Updated on February 11, 2015
This web service retrieves specific use detail information for a given use detail. The corresponding property must already be shared with you.
23.0
GET
/useDetails/(useDetailsId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
useDetailsId | Id of the use details |
Request/Response | Schema Name |
---|---|
Request | None |
Response | characteristics.xsd |
The following example retrieves the use detail information that has an id of 1765.
GET /useDetails/1765
The following example returns the information for the use details.
<?xml version="1.0" encoding="UTF-8"?>
<totalGrossFloorArea units="Square Feet" temporary="false" currentAsOf="2000-08-01" id="1765" default="No">
<value>100</value>
<audit>
<createdBy>WILLAMSR</createdBy>
<createdByAccountId>803344</createdByAccountId>
<createdDate>2013-11-07T10:11:06.000-05:00</createdDate>
<lastUpdatedBy>WILLAMSR</lastUpdatedBy>
<lastUpdatedByAccountId>803344</lastUpdatedByAccountId>
<lastUpdatedDate>2013-11-07T10:11:06.000-05:00</lastUpdatedDate>
</audit>
</totalGrossFloorArea>