Get Group Details by ID
You can fetch contact group details by id from here
/api/Group
Query String
| Parameter | Required | Value |
|---|---|---|
| groupId | Mandatory | User Input |
Request Header
| Parameter | Required | Value |
|---|---|---|
| TokenKey | Mandatory | User Input |
| Accept-Language | Optional | en-US |
| Accept-Encoding | Optional | gzip |
| Content-Type | Mandatory | application/json |
Response
{
"Notes": "Combination of contact & group",
"PWGroupID": 1213,
"GroupName": "Anonymous"
}GroupDetail Entity
| Property | Data Type |
|---|---|
| PWGroupID | Integer |
| GroupName | string |
| Notes | string |
Updated about 1 year ago
