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

Get Property Identifier List

Updated on July 17, 2013

Description

This web service retrieves a list of all of the standard and unique identifiers that are currently approved for use by EPA. These identifiers are used to provide additional information on a property.

Version

22.0

HTTP Method

GET

Resource URL

/property/identifier/list

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

None

XML Schemas

Request/Response Schema Name
Request None
Response additionalIdentifier.xsd

Example Request

The following example retrieves the list of standard and unique identifiers that are approved by EPA to use.

GET  /property/identifier/list

Example Response

Following example lists the standard and unique identifiers that are approved by EPA to use.

<?xml version="1.0" encoding="UTF-8"?>
<additionalIdentifierTypes>
    <additionalIdentifierType id="1" standardApproved="true" name="BOMA ID" description="BOMA Property Identifier"/>
    <additionalIdentifierType id="2" standardApproved="true" name="USGBC ID" description="USGBC Property Identifier"/>
    <additionalIdentifierType id="3" standardApproved="true" name="ASHE ID" description="ASHE Property Identifier"/>
</additionalIdentifierTypes>
TEST