announcement

During the current lapse in appropriations, EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. Many services may not be available during this time.

Web Service Documentation / Categories / Property Use Services / Get Use Details

Get Use Details

Updated on February 11, 2015

Description

This web service retrieves specific use detail information for a given use detail. The corresponding property must already be shared with you.

Version

25.0

HTTP Method

GET

Resource URL

/useDetails/(useDetailsId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
useDetailsId Id of the use details

XML Schemas

Request/Response Schema Name
Request None
Response characteristics.xsd

Example Request

The following example retrieves the use detail information that has an id of 1765.

GET  /useDetails/1765

Example Response

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