Skip to content

[GET] 모든 자기소개서 조회

DongGeon0908 edited this page Oct 17, 2021 · 1 revision

URL

METHOD URL ...
GET /api/club/{clubId}/subscription 모든 자기소개서 조회

Response Success

{
  "status": 200,
  "message": "SUBSCRIPTIONS_INQUIRY_SUCCESS",
  "data": [
    {
      "name": "컴퓨터공학부",
      "email": "[email protected]",
      "resume": "자기소개서다ddddddddddddddddd"
    }
  ]
}