사용자가 추가한 농구장 중 처리완료된 목록 조회
REQUEST
Header
Headers { Authorization: "Bearer {token}" }
PathVariable 1
RequestParameter 1
RESPONSE
Body 1
- Body 예시
{ "contents": [ { "newCourt": { "id": 1, "name": "잠실한강공원 농구장", "basketCount": 1, "longitude": 126.9294254, "latitude" : 37.5283169, "image": "https://s3location", "texture": "RUBBER", "status": "READY" "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, "supervisor": { "id": 2, "nickname": "jelly", "profileImage": "s3에 저장된 프로필 이미지 url" } }, { "newCourt": { "id": 1, "name": "잠실한강공원 농구장", "basketCount": 1, "longitude": 126.9294254, "latitude" : 37.5283169, "image": "https://s3location", "texture": "RUBBER", "status": "READY" "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, "supervisor": { "id": 2, "nickname": "jelly", "profileImage": "s3에 저장된 프로필 이미지 url" } } ], "lastId": 1 // new_court id }