latestOpenAPI 3.1.02026-08-085123123.9 KB

bf0b51ee8e8a

Groups

Retrieve group

Retrieve a specific group based on its ID.

get/groups/{id}

Path parameters

idinteger required

The group's numerical ID

Response

The group details

idinteger
titlestring
isPublicboolean
membersCountinteger
mailingsCountinteger
createdOnstring
isDynamicboolean

Example response

{
  "id": 159872,
  "title": "Testing Group 1",
  "membersCount": 12,
  "createdOn": "2014-12-09 13:48:44.887"
}