HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
🏀
[팀14] 슬램 - 우리 주변 농구장 예약
/
🧭
Domain 설계 - 초안 건드리지 말 것
/
[GET] /api/v1/reservations/{userId}/expired/{reservationId}

[GET] /api/v1/reservations/{userId}/expired/{reservationId}

  • 무한 스크롤

Request

PathVariable
Field
Type
Description
비고
userId
Number
사용자 아이디
reservationId
Number
예약번호
 
 

 

Response

  • JSON(예시)
{ "success": "true", "data": [ { "followId": 3, "followName": "hey", "followBoolean": true, "followImage" : "https://a3.com", "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" }, { "userId": 4, "followName": "florar", "followBoolean": false, "followImage" : "https://a3.com" "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" }, { "followName": "jelli", "followImage" : "https://a3.com" "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" } ], "serverDateTime": "2021-12-01T12:00:00" }
Body의 사본
Field
Type
Description
비고
success
Boolean
성공/실패 여부
data.[].followId
Number
팔로우한 아이디
data.[].followName
String
팔로우한 이름
data.[].followBoolean
Boolean
팔로우 여부
data.[].createdAt
String
생성 시간
YYYY-mm-DDThh:MM:ss
data.[].updatedAt
String
수정 시간
YYYY-mm-DDThh:MM:ss
serverDateTime
String
api 응답시간