LibraryItemDownloadsessionFileGetResponseBody
This is a response body class for an operation.
Properties
value
Optional
The File.Info instance containing the status of the file and its download link if available.
JSON Example
{
"value": {
"bytes_transferred": 0,
"checksum_info": {
"algorithm": "SHA1",
"checksum": "string"
},
"download_endpoint": {
"ssl_certificate_thumbprint": "string",
"uri": "string"
},
"error_message": {
"args": [
"string"
],
"default_message": "string",
"id": "string",
"localized": "string",
"params": [
{
"key": "key1",
"value": {
"d": 0,
"dt": "string",
"format": "SHORT_DATE",
"i": 0,
"l": {
"id": "string",
"params": "StdLocalizationParam Object"
},
"precision": 0,
"s": "string"
}
}
]
},
"name": "string",
"size": 0,
"status": "UNPREPARED"
}
}