(첨부)파일 다운로드 URL
(첨부)파일 다운로드 URL 생성
GET/rest/api/get-file-download-url/{fileId}
Headers
Name
Type
Description
apiKey*
String
apiKey
Path Variables
Name
Type
Description
fileId*
String
다운로드 받고자하는 암호화된 파일Id
Response Example
{
"result":"success", // 결과 정보
"downloadUrl":"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