Web Service Documentation / Categories / Reporting Services / Get Data Requests
Updated on October 10, 2023
23.0
GET
/reports/customers/(customerId)/dataRequests?status=(status)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
customerId | Id of the customer |
status | Optional. Indicates the status of the data request. Valid values are:
|
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example lists of all of the data requests for a customer with an id of 675434.
GET /reports/customers/675434/dataRequests
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="34343" httpMethod="GET" link="/reports/customers/675434/dataRequests/34343" linkDescription="This is the GET url for this DataRequest." hint="Energy Report 2023-DataRequest"/>
</links>
</response>