[ Description ]
- 특정 라이딩 모집 글 정보 불러오기
[응답 예시]
{ "leader": { "id": 1, "nickname": "testUser", "profileImage": "https://programmers.co.kr/assets/icons/apple-icon-6eafc2c4c58a21aef692d6e44ce99d41f999c71789f277317532d0a9c6db8976.png" }, "riding": { "id" : 2 "title": "자전거가 타고싶어요", "thumbnail": "https://team-05-storage.s3.ap-northeast-2.amazonaws.com/static/RG_Logo.png", "thumbnailId" : 29, "ridingLevel": "상", "zone": { "code": 11010, "name": "경기도성남시 분당구" }, "fee": 10000, "estimatedTime": "120분", "createdAt": "2022-08-17T17:42:37", "ridingDate": "2022-08-19T17:42:37", "bicycleType": ["MTB"], "ridingCourses": [ "중앙 공원", "능골 공원", "탑골 공원" ], "maxParticipant": 5, "minParticipant": 2, "participants": [ { "id": 1, "nickname": "testUser", "profileImage": "https://programmers.co.kr/assets/icons/apple-icon-6eafc2c4c58a21aef692d6e44ce99d41f999c71789f277317532d0a9c6db8976.png" } ], "departurePosition": { "lat": 35.2326, "lng": 127.65025 }, "details": [ { "id": 7, "title": "sub title", "contents": "sub contents", "images": [ { "id": 52, "imageUrl": "http://amazons3/static/image/testimage.jpg" } ] "recruiting" : true; } ] } }
[ Responses ]
성공시 200 코드
leader
riding
participant
Coordinate
RidingDetail
ImageInfo
에러 응답
- 유효하지 않은 라이딩 게시글 아이디
- 404 에러코드
- 에러 메세지