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

[GET] /api/v1/follow/{userId}/follows

Request

PathVariable
Filed
Type
Description
비고
userId
Number
사용자 구별키
size
Number
요청한 데이터의 개수
lastId
Number
마지막으로 출력한 데이터의 아이디
isFirst
Boolean
첫번째 페이지인지 아닌지
 

Response

userId도 같이 보내줘야함
  • JSON (예시)
{ "success": true, "data": [ { "nickName": "Ann", "profileImage": "https//www.s3naver.com", "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, { "nickName": "Noche", "profileImage": "https//www.s3kako.com", "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, { "nickName": "Jelly", "profileImage": "https//www.s3google.com", "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", } ], "lastId": 3, "serverDateTime": "2021-12-01T12:00:00" {
Body
Filed
Type
Description
비고
success
Boolean
요청 성공 여부
data.[].nickName
String
follow한 닉네임
data[].profileImage
String
follow한 프로필 이미지
data.[].updatedAt
String
follow한 수정일자
날짜 포맷: YYYY-mm-DDThh:MM:ss
data.[].createdAt
String
follow한 일자
날짜 포맷: YYYY-mm-DDThh:MM:ss
lastId
Number
제공한 마지막 데이터의 아이디
serverDateTime
String
api 응답시간