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] 공고 상세조회 admin #811

Closed
wken5577 opened this issue Apr 7, 2024 · 0 comments · Fixed by #812
Closed

✨ [Feature] 공고 상세조회 admin #811

wken5577 opened this issue Apr 7, 2024 · 0 comments · Fixed by #812
Assignees
Labels
enhancement New feature or request

Comments

@wken5577
Copy link
Contributor

wken5577 commented Apr 7, 2024

Description

Description

  • 공고 상세 조회 (제목, 내용, 기간, 질문 등)

Request

URI

GET /admin/recruitments/{recruit_id}

Response

Status Code

  • 200

Response Body

  • 공고 시작일
  • 공고 종료일
  • title
  • contents
  • generation (기수)
  • form
    • question :질문지
    • input type : 주관식, 다중선택 등
    • checkList : 선택인 경우 문항들
      • id : checkList id
      • contents : 문항 내용
{
        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} , {...}, ...]
            },
            ...
        ]

}
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

Successfully merging a pull request may close this issue.

1 participant