Request Information

URI Parameters

NameDescriptionTypeAdditional information
database

The database to be queried.

string

Required

download

The download flag.

boolean

Default value is False

Body Parameters

The query.

string

Request 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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.