GET api/Download/GetZipWithPreset?guid={guid}
Deprecated endpoint. It will be removed in the upcoming versions.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
Required |
Body Parameters
IdList| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids |
List of IDs |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ids": [
1,
2
]
}
Response Information
Resource Description
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. |
Parameter Information
filesToDownload
Collection of IDs
| Property | Description |
|---|---|
| Ids (Int64[]) |
List of IDs |