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 de compte de base / Récupérer le champ personnalisé
Mise à jour le 9 mai 2014
Ce service Web affiche l'information d'un champ personnalisé spécifique.
25.0
GET
/dataExchangeSettings/customField/(customFieldId)
Nom du champ | Valeur | Commentaires |
---|---|---|
Autorisation | Basic authentifiant |
Oui
Nom du paramètre | Description |
---|---|
customFieldId | Identifiant du champ personnalisé |
Demande/réponse | Nom de schéma |
---|---|
Demande | Aucun |
Réponse | customField.xsd |
L'exemple suivant montre la récupération du champ personnalisé dont l'identifiant correspond à 45.
GET /dataExchangeSettings/customField/45
L'exemple suivant affiche l'information d'un champ personnalisé.
<?xml version="1.0" encoding="UTF-8"?>
<customField validCharacters="Any" required="true" name="Lot Number" whenToPrompt="Property">
<description>Lot Number for the property in ACME Building system.</description>
<example>FG 323</example>
<url>http://www.acme.com</url>
<minChars>1</minChars>
<maxChars>12</maxChars>
<displayOrder>1</displayOrder>
</customField>