Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [Feature] 지원서 상세 조회 #559

Closed
AYoungSn opened this issue Feb 14, 2024 · 0 comments
Closed

✨ [Feature] 지원서 상세 조회 #559

AYoungSn opened this issue Feb 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AYoungSn
Copy link
Contributor

AYoungSn commented Feb 14, 2024

Description

  • '내 지원서' 상세 조회

Request

URI

GET /recruitments/{recruit_id}/applications/{applicationId}

Response

Status Code

  • 200

Response Body

 {
     applicationId: Number 
     endDate : 'yyyy-mm-ddThh:mm:ss',  // 모집 공고 마감 날짜 for 수정하기
     title : String,
     forms: [ {
          questionsId: Number,
          inputType: enum, // TEXT, SINGLE_CHECK, MULTI_CHECK 등
          checkedList?: [(check list id) Number, Number, ...],  // CHECK일 경우
          answer?: String // TEXT일 경우 
        },
        ...
     ]
}

@AYoungSn AYoungSn added the enhancement New feature or request label Feb 14, 2024
@AYoungSn AYoungSn changed the title ✨ [Feature] 지원 상세 조회 ✨ [Feature] 지원서 상세 조회 Feb 14, 2024
@wken5577 wken5577 self-assigned this Feb 28, 2024
wken5577 added a commit that referenced this issue Mar 10, 2024
wken5577 added a commit that referenced this issue Mar 15, 2024
wken5577 added a commit that referenced this issue Mar 15, 2024
wken5577 added a commit that referenced this issue Mar 15, 2024
wken5577 added a commit that referenced this issue Mar 15, 2024
@AYoungSn AYoungSn moved this from Todo to In Progress in 📄 42GG RECRUIT API 문서 🏓 Mar 15, 2024
@wken5577 wken5577 moved this from In Progress to Done in 📄 42GG RECRUIT API 문서 🏓 Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants