We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GET /admin/recruitments/{recruit_id}/applications?question={question_id}&checks={checklist_id,checklist_id,...}&search={문자열}
page
size
question
checks
,
checks=1,3,5
search
{ applications: [{ applicationId: number, intraId: string, status: string, forms: [{ questionId: number, question: string, inputType: string, answer?: string, checkedList?: [{checkId: number, content: string},,,] }] }] }
// input type 에 따라 text 인경우
The text was updated successfully, but these errors were encountered:
middlefitting
Successfully merging a pull request may close this issue.
Description
Request
URI
GET /admin/recruitments/{recruit_id}/applications?question={question_id}&checks={checklist_id,checklist_id,...}&search={문자열}
Request Param
page
: 1 이상size
: [1, 20]question
: question idchecks
: check list id를,
로 구분해서checks=1,3,5
search
: 주관식 답변에 대한 검색 문자열Response
Status Code
Response Body
// input type 에 따라 text 인경우
The text was updated successfully, but these errors were encountered: