Get list of downloadable packages in the Commcell
Select
SaaS
Customer Managed
Get list of downloadable packages in the Commcell
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
pkgList object[]
platform stringDisplay platform name of the package
fileName stringDisplay file name of the package
fileSize stringDisplay size of the package
checksum stringDisplay checksum of the package
downloadURL stringDisplay download URL of the package
{
"pkgList": [
{
"platform": "string",
"fileName": "string",
"fileSize": "string",
"checksum": "string",
"downloadURL": "string"
}
]
}
Internal Server Error
Loading...