https://api.laaffic.com/v3/voice/sipGroupQuery
| Parameters | Description | Required | Type | 
|---|---|---|---|
| appId | Audio application ID | Yes | String | 
Request URL:
    https://api.laaffic.com/v3/voice/sipGroupQuery?appId=adg
Request Method:
    GET
Request Headers:
    Content-Type: application/json;charset=UTF-8
    Sign: 05d7a50893e22a5c4bb3216ae3396c7c
    Timestamp: 1630468800
    Api-Key: bDqJFiq9
| Parameters | Description | Type | 
|---|---|---|
| code | "0"means successful, others than 0 means failure, seeing Status Code description. | String | 
| msg | Failure reason description | String | 
| data | This method returns an array object | List | 
| keyId | Primary Key ID | Integer | 
| groupName | Name of seat group | String | 
{
    "code":"0",
    "msg":"success",
    "data":[{"keyId":1,"groupName":"12312"}]
}| status | Description | 
|---|---|
| 0 | success | 
| -1 | Authentication error | 
| -2 | Restricted IP access | 
| -16 | Timestamp expires | 
| -18 | Port program unusual |