-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] 독서 일기 작성 가능한 토론방 조회
Gyunny edited this page Aug 2, 2021
·
3 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /group/diary | 독서 일기 작성 가능한 토론방 조회 |
{
"Content-Type": "application/json",
"accessToken" : "JWT 토큰"
}
{
"status": 200,
"data": {
"groups": [
{
"discussionGroupId": 1,
"description": "이것은 이런 책이에요! 1",
"createdAt": "2020-04-29",
"remainingDay": 11,
"title": "1야호",
"image": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
"author": "저자",
"nickname": "규니니"
},
{
"discussionGroupId": 39,
"description": "421412fdsafdfsf이거말야 이거거",
"createdAt": "2020-05-01",
"remainingDay": 3,
"title": "제목",
"image": "이미지주소",
"author": "저자",
"nickname": "규니니"
},
{
"discussionGroupId": 40,
"description": "421412fdsafdfsf이거말야 이거거",
"createdAt": "2020-05-29",
"remainingDay": 3,
"title": "제목",
"image": "이미지주소",
"author": "저자",
"nickname": "규니니"
},
{
"discussionGroupId": 42,
"description": "설명1111",
"createdAt": "2021-07-14",
"remainingDay": 1,
"title": "제목2",
"image": "https://www.naver.com!!",
"author": "하이",
"nickname": "규니니"
},
{
"discussionGroupId": 2,
"description": "이것은 이런 책이에요! 2",
"createdAt": "2020-04-30",
"remainingDay": 11,
"title": "1야호",
"image": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
"author": "저자",
"nickname": "규니니"
},
{
"discussionGroupId": 45,
"description": "설명1111",
"createdAt": "2021-07-18",
"remainingDay": 13,
"title": "1야호",
"image": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
"author": "저자",
"nickname": "규니니"
},
{
"discussionGroupId": 46,
"description": "설명1111",
"createdAt": "2021-07-18",
"remainingDay": 23,
"title": "2야호",
"image": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
"author": "저자",
"nickname": "규니니"
},
{
"discussionGroupId": 4,
"description": "이것은 이런 책이에요! 4",
"createdAt": "2020-05-02",
"remainingDay": 11,
"title": "1야호",
"image": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
"author": "저자",
"nickname": "규니니"
},
{
"discussionGroupId": 47,
"description": "테스트 토론방11",
"createdAt": "2021-07-18",
"remainingDay": 20,
"title": "테스트제목",
"image": "테스트 책 이미지 주소",
"author": "테스트저자",
"nickname": "규니니"
}
]
}
}