Skip to main content

Get list of downloadable packages in the Commcell

Select

SaaS
Customer Managed

Get list of downloadable packages in the Commcell

Responses

OK


Schema
  • pkgList object[]
  • platform string

    Display platform name of the package

  • fileName string

    Display file name of the package

  • fileSize string

    Display size of the package

  • checksum string

    Display checksum of the package

  • downloadURL string

    Display download URL of the package

GET /v4/commcell/packagedownloader    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Commcell/PackageDownloader' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'