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.
Documentation de service Web / Catégories / Services d'utilisation de la propriété / Récupérer la liste d'utilisations de la propriété
Mise à jour le 17 juillet 2013
Ce service Web affiche la liste des utilisations de la propriété pour une propriété spécifique. La propriété doit déjà être partagée avec vous.
25.0
GET
/property/(propertyId)/propertyUse/list
Nom du champ | Valeur | Commentaires |
---|---|---|
Autorisation | Basic authentifiant |
Oui
Nom du paramètre | Description |
---|---|
propertyId | Identifiant de la propriété |
Demande/réponse | Nom de schéma |
---|---|
Demande | Aucun |
Réponse | response.xsd |
L'exemple suivant montre la récupération des utilisations de propriété pour une propriété dont l'identifiant correspond à 396.
GET /property/396/propertyUse/list
L'exemple suivant affiche la liste d'espaces pour la propriété choisie.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok">
<links>
<link httpMethod="GET" link="/propertyUse/2" linkDescription="This is the GET url for this Property Use." hint="Broadway School"/>
<link httpMethod="GET" link="/propertyUse/3" linkDescription="This is the GET url for this Property Use." hint="Broadway School Office"/>
</links>
</response>