Skip to main content Link Menu Expand (external link) Document Search Copy Copied

문서 다운로드

개요

완료된 문서를 다운로드합니다.


URL

/api/v1/document/{id}/download

요청 데이터

항목타입위치설명
idStringquery문서 아이디

응답 데이터

항목타입위치설명
DataBinarybody문서 파일 Binary Data

성공 응답 데이터 예시

HTTP/1.1 200 OK
Server: ***
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
X-Frame-Options: SAMEORIGIN
Cache-Control: no-store
Content-Disposition: attachment;filename="파일명";
Content-Transfer-Encoding: binary
Content-Type: application/octet-stream
Transfer-Encoding: chunked
Date: Tue, 01 Jan 1970 00:00:00 GMT

BINARY DATA

실패 응답 데이터 예시

HTTP/1.1 404 Not Found
Server: ***
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
X-Frame-Options: SAMEORIGIN
Cache-Control: no-store
Content-Length: 0
Date: Thu, 01 Jan 1970 00:00:00 GMT

Back to top

COPYRIGHT (C) 2022 KICA INC. ALL RIGHTS RESERVED