Web Service Documentation / Categories / Reporting Services / Get Report Template
Updated on February 12, 2023
23.0
GET
/reports/templates/(templateId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
templateId | Id of the report template |
Request/Response | Schema Name |
---|---|
Request | None |
Response | reportTemplate.xsd |
The following example retrieves information for a report template.
GET /reports/templates/1121130
The following example shows the results when you call this web service.
<?xml version="1.0" encoding="UTF-8"?>
<reportTemplate>
<id>1121130</id>
<name>MyEnergyReport-2022</name>
<templateType>CUSTOM</templateType>
<metrics>
<id>448</id>
<id>443</id>
<id>449</id>
<id>1301</id>
<id>21</id>
</metrics>
<reportId>32423423</reportId>
<audit>
<createdBy>CARREYH</createdBy>
<createdDate>2022-10-25T15:13:13.000-04:00</createdDate>
<lastUpdatedBy>CARREYH</lastUpdatedBy>
<lastUpdatedDate>2022-10-25T15:13:13.000-04:00</lastUpdatedDate>
</audit>
</reportTemplate>