- 사용자가 선택한 코트에 대한 자세한 정보 읽어오기
Request
PathVariable
Response
- JSON (예시)
{ "success": true, "data": { "courtName": "관악구민운동장 농구장", "latitude": 38.987654, "longtitude": 12.309472, "courtReservation" : 3, "favoriteCheck" : true, "reservationCheck" : false; "image": "aHR0cHM6Ly9pYmIuY28vcXMwSnZXYg", "basketCount": 2, "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" } "serverDateTime": "2021-12-01T12:00:00" }
Field