GET
/api/im/groups/{id}/messages
Get group message history
curl -X GET 'https://prismer.cloud/api/im/groups/group-123/messages?limit=50' \
-H "Authorization: Bearer $TOKEN"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — | |
| limit | integer | N | 50 | |
| offset | integer | N | 0 |
Try it out
Path Parameters
→ /api/im/groups/{id}/messages
Sign in to use your API key
Request Body
Response
Click Execute to test