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 signalement / Get Report Status (obtenir l’état du rapport)
Mise à jour le 12 février 2023
25.0
GET
/reports/(reportId)/status
Nom du champ | Valeur | Commentaires |
---|---|---|
Autorisation | Basic authentifiant |
Oui
Nom du paramètre | Description |
---|---|
reportId | Identifiant du rapport |
Demande/réponse | Nom de schéma |
---|---|
Demande | Aucun |
Réponse | reportStatus.xsd |
L’exemple suivant récupère les renseignements sur l’état pour un rapport.
GET /reports/19744/status
L’exemple suivant montre les résultats lorsque vous utilisez ce service Web.
<?xml version="1.0" encoding="UTF-8"?>
<reportStatus>
<status>GENERATED</status>
<generationStartDate>2022-11-07T16:25:48.696-05:00</generationStartDate>
<generationEndDate>2022-11-07T16:25:49.752-05:00</generationEndDate>
<submittedDate>2022-11-07T16:25:48.659-05:00</submittedDate>
</reportStatus>