Web Service Documentation / Categories / Property Services / Get Property Identifier Value List

Get Property Identifier Value List

Updated on July 17, 2013

Description

This web service retrieves a list of property identifier values for a specific property specified in the URL.

Version

22.0

HTTP Method

GET

Resource URL

/property/(propertyId)/identifier/list

Header

Field Name Value Comments
Authorization Basic credentials
Content-Type application/xml

Authorization Required

Yes

Parameters

Parameter Name Description
propertyId Id of the property

XML Schemas

Request/Response Schema Name
Request None
Response additionalIdentifier.xsd

Example Request

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

Example Response

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>
TEST