Group Controller
Fetch All Groups
Fetch all groups
get/group/fetchAllGroups/{instance}
Path parameters
instancestring required
ID of the instance to connect
Query parameters
getParticipantsboolean required
Whether to get the group members or not
Response
Ok
Example response
[
{
"id": "120363295648424210@g.us",
"subject": "Example Group",
"subjectOwner": "553198296801@s.whatsapp.net",
"subjectTime": 1714769954,
"pictureUrl": null,
"size": 1,
"creation": 1714769954,
"owner": "553198296801@s.whatsapp.net",
"desc": "optional",
"descId": "BAE57E16498982ED",
"restrict": false,
"announce": false
}
]