문서 다운로드
개요
완료된 문서를 다운로드합니다.
URL
/api/v1/document/{id}/download
요청 데이터
항목 | 타입 | 위치 | 설명 |
---|---|---|---|
id | String | query | 문서 아이디 |
응답 데이터
항목 | 타입 | 위치 | 설명 |
---|---|---|---|
Data | Binary | body | 문서 파일 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