HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
🍒
[팀10] CherryBoys❤️
/
🍒
API 설계(최신화는 깃북링크로)
/
Request/Response

Request/Response

End Point
/hires/{postId}/applications
완셩유무
페이지
용병 수락 페이지
HTTP method
GET
메모
도메인
API
용병 신청자 리스트 조회
우선순위
상
  • Response
    • { "data": { "applications": [ { "applicationId": 1, "userId": 2, "userName": "사무엘" }, { "applicationId": 2, "userId": 3, "userName": "호세" } ] } }