💥

모임 채팅방 목록 조회

URL
/chat/gathering
채팅
method
GET

Request Headers

Authorization: Bearer 토큰을 포함한 인증 헤더

Request Parameters

없음

Response

Status Code: 200 OK
Content-Type: application/json
Body: List<ChatResponse>

Sample Response

[ { "title": "Project Discussion Room", "chatroomId": 12345, "chatroomType": "GATHERING", "content": "The latest message in this chat room.", "userToken": "uniqueUserToken123", "profileImage": "https://example.com/profile-image.jpg", "createdAt": "2024-11-01T12:00:00Z" }, { "title": "General Chat", "chatroomId": 67890, "chatroomType": "GATHERING", "content": "Hey, are you available for a quick call?", "userToken": "uniqueUserToken456", "profileImage": "https://example.com/profile-image2.jpg", "createdAt": "2024-11-01T12:05:00Z" }, { "title": "Team Meeting Notes", "chatroomId": 11223, "chatroomType": "GATHERING", "content": "Here are the notes from today's meeting.", "userToken": "uniqueUserToken789", "profileImage": "https://example.com/profile-image3.jpg", "createdAt": "2024-11-01T11:30:00Z" } ]
JSON
복사