Web Service Documentation / Categories / Reporting Services / Generate Report
Updated on February 12, 2023
23.0
POST
/reports/(reportId)/generate
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
reportId | Id of the report |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example generates a report.
POST /reports/981232/generate
The following example shows the results when you call this web service.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok">
<links>
<link id="981232" httpMethod="GET" link="/reports/981232/status" linkDescription="This is the GET url for this Report Status." hint="My Energy Report 2022"/>
</links>
</response>