Return single ChatroomMessageReaction
Path parameters
-
identifier
string Required
Query parameters
-
iw-build-id
string build id of the client
-
iw-package-id
string package id of the client
GET
/api/chat/chatroom_message_reaction/{identifier}
curl \
--request GET 'https://replace-with-own-host.iw-erp.de/api/chat/chatroom_message_reaction/{identifier}' \
--header "x-session-token: $API_KEY"
Response examples (200)
{
"id": 42,
"emoji": "string",
"chatroom": {
"id": 42,
"created": "2025-05-04T09:42:00Z",
"updated": "2025-05-04T09:42:00Z",
"deleted": true,
"name": "string",
"image_url": "string"
},
"message": {
"id": 42,
"created": "2025-05-04T09:42:00Z",
"updated": "2025-05-04T09:42:00Z",
"deleted": true
},
"participant": {
"id": 42,
"created": "2025-05-04T09:42:00Z",
"updated": "2025-05-04T09:42:00Z",
"deleted": true,
"name": "string",
"image_url": "string"
},
"created": "2025-05-04T09:42:00Z",
"updated": "2025-05-04T09:42:00Z",
"image_url": "string",
"deleted": true
}