(첨부)파일 다운로드 URL

싸인투게더에 저장된 파일을 다운로드 할 수 있는 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