GET api_v1/DocumentPages/DownloadPage?documentPageId={documentPageId}&longSideLength={longSideLength}
Запрос получения файла страницы документа.
Request Information
Body Parameters
None.
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
ContentDispositionHeaderValueName | Description | Type | Additional information |
---|---|---|---|
DispositionType | string |
None. |
|
Parameters | Collection of NameValueHeaderValue |
None. |
|
Name | string |
None. |
|
FileName | string |
None. |
|
FileNameStar | string |
None. |
|
CreationDate | date |
None. |
|
ModificationDate | date |
None. |
|
ReadDate | date |
None. |
|
Size | integer |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample not available.