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

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

Request

PathVariable
Filed
Type
Description
비고
userId
Number
사용자 구별키
 
 

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.s3naver.com", "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, { "nickName": "Jelli", "profileImage": "https//www.s3naver.com", "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", } ], "serverDateTime": "2021-12-01T12:00:00" {
Body
Filed
Type
Description
비고
success
Boolean
요청 성공 여부
data.[].nickName
String
following한 닉네임
data.[].profileImage
String
following한 프로필 이미지
data.[].updatedAt
String
following한 업데이트 일자
날짜 포맷: YYYY-mm-DDThh:MM:ss
data.[].createdAt
String
following한 생성 일자
날짜 포맷: YYYY-mm-DDThh:MM:ss
serverDateTime
String
api 응답시간