Skip to main content

Retrieves a list of MultiCommCells names along with their associated id and GUID. This endpoint provides an overview of all communication cells within the system.

Select

SaaS
Customer Managed

Retrieve List of MultiCommCells

Responses

Success


Schema
  • commcells object[]
  • id int32
  • name string
  • aliasName string
  • GUID string
GET /v4/multicommcell    

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/MultiCommCell' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'