Web Service Documentation / Categories / Reporting Services / Get All Data Responses Results
Updated on October 10, 2023
23.0
GET
/reports/customers/(customerId)/dataResponses/dataRequests/(dataRequestId)/download?type=(type)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
customerId | Id of the customer |
dataResponseId | Id of the data response |
type | The type of file to return as a stream. Valid values are:
|
Request/Response | Schema Name |
---|---|
Request | None |
Response | None |
The following example downloads all of the data responses in an Excel file for a specific data request that has an id of 34343 that belongs to a customer with an id of 675434.
GET /reports/customers/675434/dataResponses/dataRequests/34343/download?type=EXCEL
An EXCEL file is streamed back.
<?xml version="1.0" encoding="UTF-8"?>
<null>
<!-- Not applicable -->
</null>