POST api2/downloads.json
Download URLs for multiple projects
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
infos | Collection of API.Code.DeviceHelperAPI+DownloadInfo |
Required |
|
screenSize | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
API.Models.DownloadURLsResponseName | Description | Type | Additional information |
---|---|---|---|
urls |
Download URLs |
Collection of API.Code.DeviceHelperAPI+DownloadInfo |
None. |
Response Formats
{ "urls": [ { "ProjectID": 1, "LicenseType": "Play", "FileType": "lutMovie", "FileSize": 2, "DownloadURL": "sample string 3", "downloadInfos": { "counter": 1, "currentDownloadServer": "AmazonS3", "previousDownloadSpeed": 2, "previousDownloadServer": "AmazonS3" } }, { "ProjectID": 1, "LicenseType": "Play", "FileType": "lutMovie", "FileSize": 2, "DownloadURL": "sample string 3", "downloadInfos": { "counter": 1, "currentDownloadServer": "AmazonS3", "previousDownloadSpeed": 2, "previousDownloadServer": "AmazonS3" } } ] }