다운로드 URL 생성
해당 API는 구버전입니다. 신규 API 인 문서 정보 조회 API 를 사용하세요.
workflow_download
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"header":{
"response_code": "",
"result_code": "00",
"result_msg": "Success",
"session_id": ""
},
"body":{
"cert_url": "{이력인증서 URL}",
"doc_url": "{완료된 문서 URL}",
"workflow_name": "{완료된 문서 이름}"
}
}Last updated