Menu

Cloud Phone Group List

Instructions

Retrieve the list of cloud phone groups, supporting pagination with 200 entries per page. The page size cannot be changed.

Request Details

  • Method: POST
  • Endpoint: /api/v1/cloudPhone/groupList

Request Parameters

Parameter Type Required Description
page int No Page number to request. Defaults to the first page if not provided.

Request Example

json Copy
{
    "page": 1
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "list": [
            {
                "id": "9JKzb", // Group ID
                "name": "xx", // Name
                "sort": 1000,
                "remark": ""
            }
        ],
        "page": 1,
        "pagesize": 200,
        "total": 1,
        "total_page": 1
    },
    "message": "Success"
}
Previous
Groups
Next
Batch Add to Groups
Last modified: 2024-12-12Powered by