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
showInPackageDownloader int32Flag to signify if the package should be listed in package downloader page
releaseDate stringDisplay release date when the package was released
{
"pkgList": [
{
"platform": "string",
"fileName": "string",
"fileSize": "string",
"checksum": "string",
"downloadURL": "string",
"showInPackageDownloader": 0,
"releaseDate": "string"
}
]
}
Internal Server Error
Loading...