Skip to content

[CHAT] 채팅

Gyunny edited this page Nov 18, 2021 · 3 revisions
메소드 경로 설명
GET /chat/group/{groupId} 해당 그룹에 채팅 데이터 받아오기
  • Port: 8082

Request Header

{
    "Content-Type": "application/json"
}

Response

< Success >

[
  {
    "chatId": "eb52a200-e1ec-484f-8194-d15597adb56d",
    "roomId": 389,
    "userId": 75,
    "type": "CHAT",
    "sender": "뀨니뀨니",
    "userImageUrl": "https://maru-s3.s3.ap-northeast-2.amazonaws.com/maru/49f0e662-eb2d-443c-8453-1c6372824ef8-memoji3.png",
    "content": "ㄷㅇㅈㅁ매",
    "time": "2021-11-18.12:30:42"
  },
  {
    "chatId": "3729b7bb-e3cf-4cab-95c3-977bd83f039a",
    "roomId": 389,
    "userId": 75,
    "type": "CHAT",
    "sender": "뀨니뀨니",
    "userImageUrl": "https://maru-s3.s3.ap-northeast-2.amazonaws.com/maru/49f0e662-eb2d-443c-8453-1c6372824ef8-memoji3.png",
    "content": "ㄴㅇㅎㄹ효ㅐ",
    "time": "2021-11-18.12:31:01"
  }
]
  • chatId: UUID Type