총대마켓 팀 블로그
/
해커톤
/
API 설계
/
공동구매 목록 조회하기
Search
Share
공동구매 목록 조회하기
담당자
Comments
if (만석 || 마감 || 확정) { isClosed=true } 최신순 정렬
End Point
/articles
Header
Content-Type: application/json
Method
GET
Request Body
Response Body
{ "responses": [ { "id": 1, "title": "공동구매해요", "nickname": "dora", "productUrl": "
www.naver.com
", "meetingAddress": "서울시 동작구 보라매로 100", "meetingAddressDetail": "101동 101호", "description": "고양이 인형 공동구매해요", "deadline": "2024-08-01T00:00:00", "currentCount": 3, "totalCount": 5, "thumbnailUrl": "url", "dividedPrice": 2000, "totalPrice": 10000, "status": "AVAILABLE", "isClosed": false }, … ] }
StatusCode & Exception
구현 완료
안드