List Chat Messages
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/helpdesk/chats/{chatId}/messages HTTP/1.1
Host: api.s1.show
Accept: */*
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2026-03-30T19:49:45.117Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"updated": {
"at": "2026-03-30T19:49:45.117Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"deleted": {
"at": "2026-03-30T19:49:45.117Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"madePublic": {
"at": "2026-03-30T19:49:45.117Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"madePrivate": {
"at": "2026-03-30T19:49:45.117Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"revision": 1,
"chat": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1,
"type": "Direct"
},
"sender": {
"id": "text",
"revision": 1,
"muted": true,
"status": "Active"
},
"content": "text",
"visibility": "Public",
"isDeleted": true,
"links": [
{
"id": "text",
"name": "text",
"icon": "text",
"revision": 1,
"message": "[Circular Reference]",
"uri": "text",
"objectId": "text"
}
],
"identity": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
}
]
}