GET api/Report/Xml/{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
An XML object with the report's data
Collection of ObjectNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.