Web Service Documentation / Categories / Property Services / Get Property Identifier Value List
Updated on July 17, 2013
This web service retrieves a list of property identifier values for a specific property specified in the URL.
25.0
GET
/property/(propertyId)/identifier/list
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials | |
| Content-Type | application/xml |
Yes
| Parameter Name | Description |
|---|---|
| propertyId | Id of the property |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | additionalIdentifier.xsd |
The following example retrieves the value to the property identifier that has an id of 21 for the property with an id of 32423.
GET /property/32423/identifier/list
The following example displays the list of values and their property identifiers for the property that has an id of 32423.
<?xml version="1.0" encoding="UTF-8"?>
<additionalIdentifiers>
<additionalIdentifier id="64">
<additionalIdentifierType description="propid.code.epaid1" name="EPA Standard Property ID 1" standardApproved="true" id="4"/>
<description>EPA Standard Property ID to be used for year 2012</description>
<value>32423 / BLDG-LOT 876313</value>
</additionalIdentifier>
</additionalIdentifiers>
