GET
/
group
/
fetchAllGroups
/
{instance}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Query Parameters

getParticipants
boolean
required

Whether to get the group members or not

Response

200 - application/json
announce
boolean
required

Indicates if the group is an announcement group (only admins can send messages).

creation
integer
required

The timestamp when the group was created.

id
string
required

The ID of the group.

owner
string
required

The ID of the group owner.

restrict
boolean
required

Indicates if the group is restricted (only admins can send messages).

size
integer
required

The number of participants in the group.

subject
string
required

The subject (name) of the group.

subjectOwner
string
required

The ID of the user who set the subject.

subjectTime
integer
required

The timestamp when the subject was set.

desc
string

The description of the group.

descId
string

The ID of the description message.

pictureUrl
string

URL of the group's profile picture.