---
title: "Get list of join requests to the group"
method: GET
path: "/groups/{GroupID}/applications"
tags: ["Groups"]
---

# Get list of join requests to the group

`GET /groups/{GroupID}/applications`

This method returns the list of join requests to the group

## Path parameters

- `GroupID` string, required — Group ID

## Query parameters

- `count` number
- `offset` number

## Response `200`

Group Application List

- GroupApplicationList
  - `applications` GroupApplication[]
    - `chatId` string — Chat ID
    - `request_method` string — Application request method
    - `timestamp` number — Application creation time
  - `count` integer — Count of requested chats
  - `total` integer — Total number of returned chats
  - `offset` integer — Offset of requested chats

## Other responses

- `400` — Wrong request parameters
- `404` — Specified group not found
- `500` — Internal Error

---

[API](https://skmtc.net/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.net/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/versions/40ab05abffdb/schema)
