-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] 모임 참여 전 소개
Gyunny edited this page Feb 5, 2022
·
11 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /group/intro | 모임 참여 전 소개 |
{
"Content-Type": "application/json",
"accessToken" : "JWT 토큰"
}
{
"status": 200,
"data": {
"groups": {
"discussionGroupId": 378,
"description": "토론방임",
"createdAt": "2021-10-10",
"remainingDay": -88,
"title": "피프티 피플(개정판)",
"image": "",
"author": "저자 : 정세랑",
"classes": "LEADER",
"nickname": "규니니",
"leaderScore": 0.0,
"userCount": 1,
"isFailedGroupQuiz": false,
"isOverGroupPeopleCount": false,
"isParticipated": true,
"isOverEnterGroup": false
}
}
}
- classes: 사용되지 않는 컬럼
- isFailedGroupQuiz: 퀴즈 실패한 적이 있으면 true, 실패한 적이 없으면 false
- isOverGroupPeopleCount: 현재 입장하려는 토론방에 참여자가 5명 이상이면 true, 5명 미만이면 false
- isParticipated: 현재 내가 이 방에 참여하고 있으면 true, 없으면 false
- isOverEnterGroup: 현재 내가 토론방을 5개 이상 참여하고 있다면 true, 5개 미만이라면 false