Skip to content

[GET] 지금 새로 나온 모임

Bobae Kim edited this page Aug 18, 2021 · 4 revisions
메소드 경로 설명
GET /group/new 지금 새로 나온 모임
스크린샷 2021-08-02 오후 1 45 08



QueryString 설명

Parameter 설명
page page number ex): 1, 2, 3
{base_url}/group/new?page={pageNumber 1이상}

Request Header

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

Response

< Success >

{
    "status": 200,
    "data": {
        "groups": [
            {
                "discussionGroupId": 50,
                "description": "설명1111",
                "createdAt": "2021-07-30",
                "remainingDay": 27,
                "title": "제목",
                "image": "이미지주소",
                "author": "저자",
                "nickname": "규니니"
            },
            {
                "discussionGroupId": 49,
                "description": "설명1111",
                "createdAt": "2021-07-30",
                "remainingDay": 27,
                "title": "제목",
                "image": "이미지주소",
                "author": "저자",
                "nickname": "규니니"
            },
            {
                "discussionGroupId": 47,
                "description": "테스트 토론방11",
                "createdAt": "2021-07-18",
                "remainingDay": 20,
                "title": "테스트제목",
                "image": "테스트 책 이미지 주소",
                "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": 45,
                "description": "설명1111",
                "createdAt": "2021-07-18",
                "remainingDay": 13,
                "title": "1야호",
                "image": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
                "author": "저자",
                "nickname": "규니니"
            },
            {
                "discussionGroupId": 42,
                "description": "설명1111",
                "createdAt": "2021-07-14",
                "remainingDay": 1,
                "title": "제목2",
                "image": "https://www.naver.com!!",
                "author": "하이",
                "nickname": "규니니"
            },
            {
                "discussionGroupId": 40,
                "description": "421412fdsafdfsf이거말야 이거거",
                "createdAt": "2020-05-29",
                "remainingDay": 3,
                "title": "제목",
                "image": "이미지주소",
                "author": "저자",
                "nickname": "규니니"
            },
            {
                "discussionGroupId": 8,
                "description": "이것은 이런 책이에요! 8",
                "createdAt": "2020-05-06",
                "remainingDay": 11,
                "title": "제목2",
                "image": "http://image.yes24.com/momo/TopCate753/MidCate008/75277681.jpg",
                "author": "저자3",
                "nickname": "규니"
            }
        ]
    }
}