-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] 나의 서재에 담은 토론방 조회
Gyunny edited this page Oct 19, 2021
·
3 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /bookcase/group | 나의 서재에 담은 토론방 조회 |
{
"Content-Type": "application/json",
"accessToken" : "JWT 토큰"
}
{
"status": 200,
"data": {
"keepGroup": [
{
"groupId": 1,
"image": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
"title": "1야호",
"author": "저자",
"description": "이것은 이런 책이에요! 1",
"leaderId": 1,
"nickname": "규니",
"leaderScore": 0,
"meLeader": false
},
{
"groupId": 39,
"image": "이미지주소",
"title": "제목",
"author": "저자",
"description": "421412fdsafdfsf이거말야 이거거",
"leaderId": 39,
"nickname": "규니니",
"leaderScore": 0,
"meLeader": true
},
{
"groupId": 2,
"image": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
"title": "1야호",
"author": "저자",
"description": "이것은 이런 책이에요! 2",
"leaderId": 2,
"nickname": "규니니",
"leaderScore": 3,
"meLeader": true
}
]
}
}
- leaderScore가 0 이면 방장 평가를 아직 하지 않은 것 (방장 평가는 1~5점 가능)
- meLeader가 true 라면 내가 만든 방