Get Messages In Chat
Get Chat Messages
GET
/core-service/v1/forefront/chats/{chatId}/messages
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"data": [
{
"id": 9,
"chat_id": 3,
"sender": {
"name": "WorriedHamerkop#6001",
"first_name": "Mona",
"last_name": "Lisa",
"avatar": {
"id": 1,
"name": "User Avatar",
"media": [
{
"name": "Screenshot from 2025-04-18 16-14-34",
"file_name": "01JS4D5BFQ805EGWNDYKTX9XKY.png",
"mime_type": "image/png",
"url": "https://cdn.sprutgaming.com/dev/1/01JS4D5BFQ805EGWNDYKTX9XKY.png",
"custom_properties": []
}
]
}
},
"text": "BAREV",
"sent_at": "2025-04-15 18:29:05",
"reply_to_message": {
"id": 8,
"chat_id": 3,
"text": "Hellooo",
"sent_at": "2025-04-15 18:27:25",
"sender": {
"name": "WorriedHamerkop#6001",
"first_name": "John",
"last_name": "Doe",
"avatar": {
"id": 1,
"name": "User Avatar",
"media": [
{
"name": "Screenshot from 2025-04-18 16-14-34",
"file_name": "01JS4D5BFQ805EGWNDYKTX9XKY.png",
"mime_type": "image/png",
"url": "https://cdn.sprutgaming.com/dev/1/01JS4D5BFQ805EGWNDYKTX9XKY.png",
"custom_properties": []
}
]
}
},
"reply_to_message": null,
"media": []
},
"media": []
},
"links": {
"first": "http://localhost:8007/core-service/v1/forefront/chats/3/messages?page=1",
"last": "http://localhost:8007/core-service/v1/forefront/chats/3/messages?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost:8007/core-service/v1/forefront/chats/3/messages?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://localhost:8007/core-service/v1/forefront/chats/3/messages",
"per_page": 25,
"to": 6,
"total": 6
}
}
{
"error": "Invalid request"
}
Last updated