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}
{ startDate : 'yyyy-mm-ddThh:mm:ss`, endDate : 'yyyy-mm-ddThh:mm:ss`, title: String, contents: String, generation: String, forms: [ { questionId: Number, question: String, inputType: enum, // TEXT, SINGLE_CHECK, MULTI_CHECK 등 checkList?: [{ id: Number, contents: String} , {...}, ...] }, ... ] }
The text was updated successfully, but these errors were encountered:
[FEAT] #811 admin recruit detail api
71312ea
[TEST] #811 admin recruit detail test
6ca73a4
[FIX] #811 java version issue
0a1dec8
[FEAT] #811 admin recruit detail api (#812)
5163655
wken5577
Successfully merging a pull request may close this issue.
Description
Description
Request
URI
GET /admin/recruitments/{recruit_id}
Response
Status Code
Response Body
The text was updated successfully, but these errors were encountered: