정보 조회
서식 정보 조회
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"header":{
"response_code": "/api/v2/docs/:documentId",
"result_code": "00",
"result_msg": "Success",
"session_id": ""
},
"body":{
"doc_id": "{서식 id}",
"doc_name": "{서식명}",
"doc_type": "{서식 종류}",
"creator": "{생성자}",
"workflow_library_id": "{라이브러리 id}",
"dir_type": "{폴더 종류}",
"dir_path": "{폴더 위치}",
"last_modifier": "{마지막 수정자}",
"file_workflow_count": "{문서 작성자 수}",
"last_modify_date": "{마지막 수정일}",
"create_date": "{생성일}",
"field_list":[ // 필드 목록
{
"action_id": "{단계 id}",
"field_owner": "{필드명}",
"email": "{이메일}",
}
]
}
}Response
Status code
Body
Last updated