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

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

Request

  • JSON (예시)
{ "nickname": "sds" }
Field의 사본
Filed
Type
Description
비고
nickname
String
닉네임
 

RESPONSE

  • JSON (예시)
{ "success": true, "data": { "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", "count": 6 } }
 
Field의 사본
Path
Type
Description
비고
success
Boolean
성공여부
true/false
data[].created_at
datetime
data[].updated_at
datetime
count
Number
팔로잉한 인원 수
헤이 JsonFieldType에 DateTime이 존재하지 않네요~ 그냥 String으로 해야될꺼같아요
notion image
강홍구 리더님이랑 했던 실습코드를 첨부해놓겠습니다~