Documentation de service Web / Catégories / Services du bâtiment / Obtenir le bâtiment

Obtenir le bâtiment

Mise à jour le 10 décembre 2018

Description

Ce service Web récupère l'information d'un bâtiment spécifique. Le bâtiment doit déjà être partagé avec vous.

Version

22.0

Méthode HTTP

GET

URL de la ressource

/bâtiment/( idétification de bâtiment)

En-tête

Nom du champ Valeur Commentaires
Autorisation Basic authentifiant

Autorisation requise

Oui

Paramètres

Nom du paramètre Description
propertyId

Schémas XML

Demande/réponse Nom de schéma
Demande Aucun
Réponse bâtiment.xsd

Exemple de demande

L'exemple suivant montre la récupération de l'information pour un bâtiment dont l'identifiant correspond à 5000011.

GET  /bâtiment/5000011

Exemple de réponse

L'exemple suivant affiche l'information de propriété pour le bâtiment dont l'identifiant correspond à 5000011.

<?xml version="1.0" encoding="UTF-8"?>
<building>
    <name>8041- Richmond Road - Score 58</name>
    <address address1="5300 Richmond Road" city="Bedford Heights" postalCode="44146" state="OH" country="US"/>
    <constructionStatus>Existing</constructionStatus>
    <primaryFunction>Refrigerated Warehouse</primaryFunction>
    <yearBuilt>1992</yearBuilt>
    <grossFloorArea units="Square Feet" temporary="false">
        <value>856655</value>
    </grossFloorArea>
    <occupancyPercentage>10</occupancyPercentage>
    <isFederalProperty>true</isFederalProperty>
    <agency name="Advisory Council on Historic Preservation (ACHP)" code="ACHP" id="1" country="US"/>
    <agencyDepartmentRegion>region update</agencyDepartmentRegion>
    <federalCampus>campus update</federalCampus>
    <notes>Notes update</notes>
    <audit>
        <createdBy>DUNAYT</createdBy>
        <createdByAccountId>-14</createdByAccountId>
        <createdDate>2012-08-16T17:04:57-04:00</createdDate>
        <lastUpdatedBy>DUNAYT</lastUpdatedBy>
        <lastUpdatedByAccountId>-14</lastUpdatedByAccountId>
        <lastUpdatedDate>2012-08-16T17:09:35-04:00</lastUpdatedDate>
    </audit>
</building>
ENVIRONNEMENT D'ESSAI