Fetch the definition of an Ultradrop File including the following attributes:
id
- Unique identifier for this ultradrop file.filename
- The unique filename for the ultradrop file.length
- File size in bytes.md5
- md5 encoded hash of the file.Example JSON object:
{
"id": "1234",
"filename": "%PPC_PATH%\ultradrop\hotels_by_zone.txt",
"length": 6273,
"md5": "1b2619e7b73e33c4d088eeae3bd06c70"
}
Param name | Description |
---|---|
id required |
The unique id of the ultradrop file Validations:
|