-
Notifications
You must be signed in to change notification settings - Fork 1
채팅방 접속중인 사용자 보기
Darom Kim edited this page Feb 14, 2022
·
4 revisions
채팅 서버에서 프레젠스 서버로 요청할 때 필요한 API 로, 클라이언트는 테스트하지 않아도 됩니다.
GET
/api/presence/{roomId}
Method | Parameter | Description |
---|---|---|
Content-Type | application/json |
Method | Parameter | Description |
---|---|---|
statusCode | {statusCode} |
Field | Type | Description |
---|---|---|
status | Integer | 응답 코드 |
message | String | 응답 메세지 |
data | Object | 사용자 정보 리스트. data 참고 |
Field | Type | Description |
---|---|---|
userId | String | 사용자 id |
deviceId | String | 기기 id |
[
"124/7810",
"123/789"
]
Code | Error Messsage |
---|---|
400 | Bad Request |
401 | Unauthorized |
500 | Server Error |
[]
-
게이트웨이(API Gateway)
-
인증(Authentication)
-
디바이스(Device)
-
채팅방(Chatroom)
-
채팅(Chat)
-
프레젠스(Presence)
-
멤버십(Membership) - 친구
-
멤버십(Membership) - 프로필
-
멤버십(Membership) - 오픈 프로필
-
멤버십(Membership) - 피드
-
파일(File)