-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] 모든 자기소개서 조회
DongGeon0908 edited this page Oct 17, 2021
·
1 revision
METHOD | URL | ... |
---|---|---|
GET | /api/club/{clubId}/subscription | 모든 자기소개서 조회 |
{
"status": 200,
"message": "SUBSCRIPTIONS_INQUIRY_SUCCESS",
"data": [
{
"name": "컴퓨터공학부",
"email": "[email protected]",
"resume": "자기소개서다ddddddddddddddddd"
}
]
}