(첨부)파일 다운로드 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일간 다운로드 가능.
}
Last updated