Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| database |
The database to be queried. |
string |
Required |
| download |
The download flag. |
boolean |
Default value is False |
Body Parameters
The query.
stringRequest Formats
application/json, text/json, text/html
Sample:
"sample String 1"
application/xml, text/xml
Sample:
<string>sample String 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/plain
Sample:
Response Information
Resource Description
The results as a csv.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |