ContactGroup (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| contacts_count* | integer | Amount of contacts assigned to this group |
| id* | integer | Unique identifier for the group. |
| name* | string | Name of the group. |
Beispiel (JSON)
{
"id": 0,
"name": "string",
"contacts_count": 0
}