문서이력인증서 다운로드 URL
문서이력인증서 다운로드 URL 생성
POST /rest/api/get-history-url
완료된 문서의 문서이력인증서에 대해서 7일간 유효한 다운로드 url 제공
Headers
Name
Type
Description
apiKey*
String
apiKey
Request Body
Name
Type
Description
sharedKey*
String
계약서 생성 시 획득한 sharedKey
langague*
String
다운로드 받고자 하는 문서이력인증서의 언어
"kor" : 한글(기본값)
"en" : 영문
Response Example
{
"result":"success", // 결과 정보
"historyPdfUrl":"https://..." // 다운로드 URL, S3의 PresignedURL로 7일간 다운로드 가능.
}json
{
"timestamp": "2023-09-01T14:27:27.971+00:00",
"status": 400,
"error": "Bad Request",
"message": "[|COM_002]Invalid_Parameter|파라미터 정보가 정상적이지 않습니다.",
"path": "/rest/create-document"
}Last updated