GET api/v1/groups/{groupid}
Get a specific group
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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"
}