GET api/v1/groups
Get all groups in the tenant
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Group| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId |
Unique ID |
integer |
None. |
| GroupName |
Readable name |
string |
None. |
| GroupTypeName |
Name of the type |
string |
None. |
| GroupTypeDescription |
Description of the type |
string |
None. |
| Extension |
NetPBX extension number |
string |
None. |
| PhoneNumber |
External phone number |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GroupId": 1,
"GroupName": "sample string 2",
"GroupTypeName": "sample string 3",
"GroupTypeDescription": "sample string 4",
"Extension": "sample string 5",
"PhoneNumber": "sample string 6"
},
{
"GroupId": 1,
"GroupName": "sample string 2",
"GroupTypeName": "sample string 3",
"GroupTypeDescription": "sample string 4",
"Extension": "sample string 5",
"PhoneNumber": "sample string 6"
}
]