Web Service Documentation / Categories / Reporting Services / Get Report
Updated on February 12, 2023
23.0
GET
/reports/(reportId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
reportId | Id of the report |
Request/Response | Schema Name |
---|---|
Request | None |
Response | report.xsd |
The following example retrieves information for a report.
GET /reports/19744
The following example shows the results when you call this web service.
<?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>