Web Service Documentation / Categories / Property Services / Get Property Identifier List
Updated on July 17, 2013
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.
23.0
GET
/property/identifier/list
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
None
Request/Response | Schema Name |
---|---|
Request | None |
Response | additionalIdentifier.xsd |
The following example retrieves the list of standard and unique identifiers that are approved by EPA to use.
GET /property/identifier/list
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>