-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] 나의 서재에 담은 토론방 조회
Gyunny edited this page Aug 2, 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",
"userId": 1,
"nickname": "규니",
"leaderScore": 0,
"meLeader": false
},
{
"groupId": 39,
"image": "이미지주소",
"title": "제목",
"author": "저자",
"description": "421412fdsafdfsf이거말야 이거거",
"userId": 39,
"nickname": "규니니",
"leaderScore": 0,
"meLeader": true
},
{
"groupId": 2,
"image": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
"title": "1야호",
"author": "저자",
"description": "이것은 이런 책이에요! 2",
"userId": 2,
"nickname": "규니니",
"leaderScore": 3,
"meLeader": true
}
]
}
}