Web Service Documentation / Categories / Reporting Services / Get Data Response
Updated on October 10, 2023
23.0
GET
/reports/customers/(customerId)/dataResponses/(dataResponseId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
customerId | Id of the customer |
dataResponseId | Id of the data response |
Request/Response | Schema Name |
---|---|
Request | None |
Response | dataResponse.xsd |
The following example returns information for a data response that has an id of 9876 that belongs to a customer with an id of 675434.
GET /reports/customers/675434/dataResponses/9876
The following example shows the results when you call this web service.
<?xml version="1.0" encoding="UTF-8"?>
<dataResponse id="9876">
<dataRequestId>34343</dataRequestId>
<properties>
<id>3454</id>
<id>144976</id>
<id>1565655</id>
</properties>
</dataResponse>