평가 상세 조회

평가 상세

GET https://api.roundhr.com/v1/feedback/candidate_scores/{code}

특정 평가의 상세 정보를 반환합니다.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Path Parameters

Name
Type
필수
Description

code

string

required

평가 고유 코드

응답 예제

{
  "resource": {
    "code": "code_score123",
    "status": "complete",
    "feedback_kind": "interview",
    "result": "A",
    "score": 85,
    "score_count": 3,
    "total_score_count": 3,
    "job_stage_title": "1차 면접",
    "created_at": "2024-09-02T18:56:37+09:00",
    "updated_at": "2024-09-05T10:30:00+09:00",
    "candidate": {
      "code": "code_abc123def456",
      "name": "김지원",
      "email": "[email protected]",
      "phone": "010-1234-5678",
      "duplicate": false,
      "duplicate_job": false,
      "reapply": false,
      "feedback_kind": "interview",
      "feedback_status": "complete",
      "feedback_result": "A",
      "feedback_score": 85,
      "feedback_score_count": 3,
      "feedback_score_total_count": 3,
      "education_final_kind": "university_4",
      "experience_total_period": 36,
      "interest": null,
      "birth": "1990-01-15",
      "privacy": true,
      "resume_path": "https://example.com/resume.pdf",
      "applied_at": "2024-09-02T18:56:37+09:00",
      "created_at": "2024-09-02T18:56:37+09:00"
    },
    "member_scores": [
      {
        "code": "code_member123",
        "status": "complete",
        "feedback_kind": "interview",
        "submit": true,
        "final_result": "A",
        "final_score": 90,
        "final_comment": "기술 역량이 뛰어남",
        "created_at": "2024-09-02T18:56:37+09:00",
        "updated_at": "2024-09-03T14:20:00+09:00",
        "user": {
          "code": "code_user123",
          "email": "[email protected]",
          "role": "admin",
          "name": "김면접",
          "phone": "010-1111-2222",
          "position": "개발팀장",
          "tutorial_step": 5,
          "tutorial_complete": true,
          "created_at": "2024-01-01T09:00:00+09:00",
          "updated_at": "2024-09-03T14:20:00+09:00"
        },
        "member_questions": [
          {
            "id": 1,
            "title": "기술 역량",
            "description": "지원자의 기술적 역량을 평가해주세요",
            "result": "A",
            "score": 90,
            "comment": "알고리즘 이해도가 높음",
            "order": 1,
            "selection_kind": "score_single",
            "rating_scale": [
              {"score": 100, "result": "S"},
              {"score": 80, "result": "A"},
              {"score": 60, "result": "B"},
              {"score": 40, "result": "C"},
              {"score": 20, "result": "D"}
            ],
            "weight": 1,
            "required": true,
            "comment_required": false,
            "select_json_info": [{"score": 90, "result": "A"}],
            "created_at": "2024-09-02T18:56:37+09:00",
            "updated_at": "2024-09-03T14:20:00+09:00"
          },
          {
            "id": 2,
            "title": "커뮤니케이션",
            "description": "지원자의 의사소통 능력을 평가해주세요",
            "result": "A",
            "score": 85,
            "comment": null,
            "order": 2,
            "selection_kind": "score_single",
            "rating_scale": [
              {"score": 100, "result": "S"},
              {"score": 80, "result": "A"},
              {"score": 60, "result": "B"},
              {"score": 40, "result": "C"},
              {"score": 20, "result": "D"}
            ],
            "weight": 1,
            "required": true,
            "comment_required": false,
            "select_json_info": [{"score": 85, "result": "A"}],
            "created_at": "2024-09-02T18:56:37+09:00",
            "updated_at": "2024-09-03T14:20:00+09:00"
          }
        ]
      },
      {
        "code": "code_member456",
        "status": "complete",
        "feedback_kind": "interview",
        "submit": true,
        "final_result": "B",
        "final_score": 80,
        "final_comment": "협업 능력 우수",
        "created_at": "2024-09-02T18:56:37+09:00",
        "updated_at": "2024-09-04T09:15:00+09:00",
        "user": {
          "code": "code_user456",
          "email": "[email protected]",
          "role": "manager",
          "name": "이평가",
          "phone": "010-3333-4444",
          "position": "시니어 개발자",
          "tutorial_step": 5,
          "tutorial_complete": true,
          "created_at": "2024-02-01T09:00:00+09:00",
          "updated_at": "2024-09-04T09:15:00+09:00"
        },
        "member_questions": []
      }
    ]
  }
}

응답 필드 설명

Field
Type
Description

code

string

평가 고유 코드

status

string

평가 상태 (ongoing, complete, expire)

feedback_kind

string

평가 종류 (sourcing, review, assignment, interview)

result

string

최종 평가 결과 (S, A, B, C, D 등)

score

integer

최종 평가 점수

score_count

integer

완료된 평가자 수

total_score_count

integer

전체 평가자 수

job_stage_title

string

채용 단계명

candidate

object

지원자 정보

member_scores

array

평가자별 평가 내역

member_scores 필드

Field
Type
Description

code

string

평가자 평가 고유 코드

status

string

평가 상태 (ongoing, complete)

feedback_kind

string

평가 종류

submit

boolean

제출 여부

final_result

string

평가 결과

final_score

integer

평가 점수

final_comment

string

평가 코멘트

user

object

평가자 정보

member_questions

array

세부 질문별 평가 내역

user 필드

Field
Type
Description

code

string

사용자 고유 코드

email

string

이메일

role

string

역할

name

string

이름

phone

string

전화번호

position

string

직책

tutorial_step

integer

튜토리얼 진행 단계

tutorial_complete

boolean

튜토리얼 완료 여부

member_questions 필드

Field
Type
Description

id

integer

질문 ID

title

string

질문 제목

description

string

질문 설명

result

string

평가 결과

score

integer

평가 점수

comment

string

평가 코멘트

order

integer

질문 순서

selection_kind

string

선택 유형 (score_single, score_multiple, text_single)

rating_scale

array

평가 척도 목록

weight

integer

가중치

required

boolean

필수 여부

comment_required

boolean

코멘트 필수 여부

select_json_info

array

선택된 평가 정보

Last updated