Skip to content

검증카페인증평가리스트조회

Ji Yeon Kim edited this page Jan 5, 2019 · 3 revisions

검증카페 인증 위원 평가 리스트 조회

선필

메소드 경로 설명
GET /cafe/pick/{cafe_id}/evaluate 검증카페 인증위원 평가 리스트

요청 헤더

Content-Type: application/json
Authoirzation: token

응답 바디

검증카페 인증 위원 평가 리스트 조회 성공시

{
    "status" : 200,
    "message" : "검증카페 인증 위원 평가 리스트 조회 성공",
    "data" : 
    [
     {
      "barista_id" : "1",
      "barista_name" : "김춘배",
      "barista_title" : "요리왕 춘배",
      "barista_img_url" :"www.s3.aws.12313213212332fsd",
      "evaluation_bean_condition" :"3",
      "evaluation_bean_condition_comment" : "원두 괜찮",
      "evaluation_roasting" :"2",
      "evaluation_roasting_comment" : "로스팅 조금 구림",
      "evaluation_creativity" :"1",
      "evaluation_creativity_comment" : "창의성 꽝",
      "evaluation_reasonable" : "2",      
      "evaluation_reasonable_comment" : "합당한 딱히",
      "evaluation_consistancy" : "4",
      "evaluation_consistancy_comment" :"맛없게 일관성"
     },
     {
      "barista_id" : "1",
      "barista_name" : "김춘배",
      "barista_title" : "요리왕 춘배",
      "barista_img_url" :"www.s3.aws.12313213212332fsd",
      "evaluation_bean_condition" :"3",
      "evaluation_bean_condition_comment" : "원두 괜찮",
      "evaluation_roasting" :"2",
      "evaluation_roasting_comment" : "로스팅 조금 구림",
      "evaluation_creativity" :"1",
      "evaluation_creativity_comment" : "창의성 꽝",
      "evaluation_reasonable" : "2",      
      "evaluation_reasonable_comment" : "합당한 딱히",
      "evaluation_consistancy" : "4",
      "evaluation_consistancy_comment" :"맛없게 일관성"
     },
     {
      "barista_id" : "1",
      "barista_name" : "김춘배",
      "barista_title" : "요리왕 춘배",
      "barista_img_url" :"www.s3.aws.12313213212332fsd",
      "evaluation_bean_condition" :"3",
      "evaluation_bean_condition_comment" : "원두 괜찮",
      "evaluation_roasting" :"2",
      "evaluation_roasting_comment" : "로스팅 조금 구림",
      "evaluation_creativity" :"1",
      "evaluation_creativity_comment" : "창의성 꽝",
      "evaluation_reasonable" : "2",      
      "evaluation_reasonable_comment" : "합당한 딱히",
      "evaluation_consistancy" : "4",
      "evaluation_consistancy_comment" :"맛없게 일관성"
     }
     ]
}

조회 실패

{
    "status" : 404,
    "message" : "검증카페 인증 위원 평가 리스트 존재하지 않습니다.",
    "data" : null
}

인증 실패

{
    "status" : 401,
    "message" : "인증 실패",
    "data" : null
}

DB 에러

{
    "status" : 600,
    "message" : "데이터베이스 에러",
    "data" : null
}

INTERNAL SERVER ERROR

{
    "status" : 500,
    "message" : "서버 내부 에러",
    "data" : null
}
Clone this wiki locally