GET General/GetOverview
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseGetOverview| Name | Description | Type | Additional information |
|---|---|---|---|
| Html | string |
None. |
|
| DownloadChosenFilesHtml | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Html": "sample string 1",
"DownloadChosenFilesHtml": "sample string 2"
}
application/xml, text/xml
Sample:
<ResponseGetOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ResponseModels"> <DownloadChosenFilesHtml>sample string 2</DownloadChosenFilesHtml> <Html>sample string 1</Html> </ResponseGetOverview>