v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
groupService

Shows the group info

Shows the group info

get/groups/v1/groups/{groupId}

Response

OK

idinteger
namestring
groupTypestring
ownerIdstring
archivedboolean
descriptionstring
groupThemestring
logostring
enableColorThemeboolean
moderatorsIdsstring[]
usersIdsstring[]

Example response

{
  "id": 1,
  "name": "Title group",
  "groupType": "private",
  "description": "private",
  "groupTheme": "private",
  "logo": "/8c/nsfkjnns486sd4f56.jpg",
  "moderatorsIds": [
    "11",
    "22"
  ],
  "usersIds": [
    "1",
    "2"
  ]
}