GET api/Report/Csv/{Id}?BypassCache={BypassCache}
This command gets any report's data from Advocate by providing its ID. Credentials need to be provided in the request header as a "pwd" and "usr" headers.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id |
The Advocate ID of the report, e.g. 857e4c823cd4c3e7687f88c3b03ae273 |
string |
Required |
BypassCache |
If true, the memory cache is not used. |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
A string representing the Advocate report in CSV format
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>