정보 조회
문서 정보 조회
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"header":{
"response_code": "/api/v2/workflows/:workflowId",
"result_code": "00",
"result_msg": "Success",
"session_id": ""
},
"body":{
"workflow_id": "{문서 id}",
"workflow_name": "{문서명}",
"workflow_status": "{문서 상태}",
"last_modify_date": "{마지막 작성일}",
"expiry_date": "{문서 작성 기한}",
"create_date": "{생성일}",
"creator_email": "{생성자}",
"creator_name": "{생성자 이메일}",
"biz_id": "{부서 id}",
"biz_name": "{부서명}",
"action_history_list":[ // 작성 이력
{
"step_code": "{상태 코드}",
"action_id": "{단계 id}",
"confirm_date": "{작성일}",
"name": "{작성자 이름}",
"confirm_email": "{작성자 이메일}",
"comment": "{메세지}",
}
],
"current_action_id": "{현재 작성 단계}",
"total_action_count": "{문서 작성자 수}",
"certificate_url": "{인증서 다운로드 url}",
"download_url": "{문서 다운로드 url}",
"view_url": "{문서 보기 url}",
"referer_list":[ // 참조자 목록
{
"name": "{이름}",
"type": "{참조 타입}",
"email": "{이메일}",
}
],
"field_list":[ // 필드 목록
{
"action_id": "{단계 id}",
"field_owner": "{필드명}",
"field_value": "{입력값}",
"email": "{이메일}",
}
],
"owner_list":[ // 생성자 목록
{
"action_id": "{단계 id}",
"turn_yn": "{작성 차례 여부}",
"name": "{이름}",
"email": "{이메일}",
"phone_number": "{핸드폰 번호}",
"cert_mobile_yn": "{핸드폰 인증 여부}",
"cert_password_yn": "{비밀번호 인증 여부}",
"password_hint": "{비밀번호 힌트}",
}
]
}
}Response
Status code
Body
Last updated