/api/v2/document/{id}/history
| Name | Type | Required | Description | |
|---|---|---|---|---|
| id | String | Required |
문서 ID |
|
| Name | Type | Required | Description | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| result | Object | Required | 결과 데이터 | ||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||
| code | String | Required | 성공, 실패 코드 | ||||||||||||||||||||||||||||||||||||||||||
| message | String | Required | 성공, 실패 메세지 | ||||||||||||||||||||||||||||||||||||||||||
/api/v2/document/{id}/download
| Name | Type | Required | Description | |
|---|---|---|---|---|
| id | String | Required |
문서 ID |
|
| Name | Type | Required | Description | |
|---|---|---|---|---|
| N/A | Binary | Required | 문서 파일 Binary Data | |
/api/v2/document/{id}/download?index={index}
| Name | Type | Required | Description | |
|---|---|---|---|---|
| id | String | Required |
문서 ID |
|
| index | Integer | Required |
대상자 INDEX |
|
| Name | Type | Required | Description | |
|---|---|---|---|---|
| N/A | Binary | Required | 문서 파일 Binary Data | |