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.
Retrieve List of MultiCommCells
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
commcells object[]
id int32name stringaliasName stringGUID string
{
"commcells": [
{
"id": 0,
"name": "string",
"aliasName": "string",
"GUID": "string"
}
]
}
Requested details not found.
Loading...