Skip to content

[GET] 나의 서재에 담은 토론방 조회

Gyunny edited this page Sep 21, 2021 · 3 revisions
메소드 경로 설명
GET /bookcase/group 나의 서재에 담은 토론방 조회
스크린샷 2021-08-02 오후 2 41 30

Request Header

{
    "Content-Type": "application/json",
    "accessToken" : "JWT 토큰"
}

Response

< Success >

{
    "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
            }
        ]
    }
}
  • leaderScore가 0 이면 방장 평가를 아직 하지 않은 것 (방장 평가는 1~5점 가능)
  • meLeader가 true 라면 내가 만든 방