Documentation de service Web / Catégories / Services de signalement / Obtenez Rapport
Mise à jour le 12 février 2023
22.0
GET
/reports/(reportId)
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 | report.xsd |
L’exemple suivant récupère des renseignements pour un rapport.
GET /reports/19744
L’exemple suivant montre les résultats lorsque vous utilisez ce service Web.
<?xml version="1.0" encoding="UTF-8"?>
<report>
<id>19744</id>
<type>CUSTOM</type>
<timeframe>
<singlePeriod>
<periodEndingDate>
<month>1</month>
<year>2021</year>
</periodEndingDate>
</singlePeriod>
</timeframe>
<templateId>1120827</templateId>
<templateName>Energy Report 2022</templateName>
<properties>
<id>4564511</id>
<id>845643</id>
</properties>
<reportGenerationStatus>INITIALIZED</reportGenerationStatus>
</report>