Search

공동구매 상세 조회하기

담당자
Comments
status { FULL, TIME_OUT, CONFIRMED, AVAILABLE } 만석, 마감, 확정, 참여가능
End Point
/articles/{article-id}
Header
Content-Type: application/json
Method
GET
Request Body
Response Body
{ "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
BAD_REQUEST(400): 존재하지 않는 id
구현 완료
안드