GET
/api/cp/chat/chatroom_message/{identifier}
curl \
--request GET 'https://replace-with-own-host.iw-erp.de/api/cp/chat/chatroom_message/{identifier}' \
--header "x-session-token: $API_KEY"
Response examples (200)
{
"id": 42,
"message_text": "string",
"attachments": [
{
"id": 42,
"filename": "string",
"filesize": "string",
"mimetype": "string",
"created": "2025-05-04T09:42:00Z",
"googledownloadlink": "string"
}
],
"reactions": [
{
"id": 42,
"emoji": "string"
}
],
"completed": true
}