v1
latestOpenAPI 3.0.02026-07-14181255304.7 KBGroups
Get list of join requests to the group
This method returns the list of join requests to the group
get/groups/{GroupID}/applications
Path parameters
GroupIDstring required
Group ID
Group ID
Query parameters
countnumber
Count of objects to return
offsetnumber
Offset of objects to return
Response
Group Application List
Example response
{
"applications": [
{
"request_method": "invite_link",
"timestamp": 1717680789
}
]
}