POST api2/download.json
Download URL for Project
Request Information
URI Parameters
None.
Body Parameters
API.Models.DownloadURLRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| projectID | integer |
Required |
|
| localUploadType | Enums.LocalUploadType |
Required |
|
| screenSize | integer |
None. |
|
| licenseType | API.Code.DeviceHelperAPI+eLicenseType |
Required |
|
| downloadInfos |
Download infos |
API.Models.DownloadInfos |
None. |
Request Formats
{
"projectID": 1,
"localUploadType": "lutMovie",
"screenSize": 2,
"licenseType": "Play",
"downloadInfos": {
"counter": 1,
"currentDownloadServer": "AmazonS3",
"previousDownloadSpeed": 2,
"previousDownloadServer": "AmazonS3"
}
}
Response Information
Resource Description
API.Models.DownloadURLResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| url |
Download URL |
string |
None. |
| fileType |
Current File type |
Enums.LocalUploadType |
None. |
| downloadInfos |
Download infos |
API.Models.DownloadInfos |
None. |
Response Formats
{
"url": "sample string 1",
"fileType": "lutMovie",
"downloadInfos": {
"counter": 1,
"currentDownloadServer": "AmazonS3",
"previousDownloadSpeed": 2,
"previousDownloadServer": "AmazonS3"
}
}