GET api_v1/DocumentPages/GetPageProperties?documentPageId={documentPageId}
Запрос полного списка параметров страницы документа.
Request Information
Body Parameters
None.
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
DocumentPagePropertiesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| RecognizedDocumentId | globally unique identifier |
None. |
|
| SourceFileId | globally unique identifier |
None. |
|
| PageNumber | integer |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <Id>6c7e3f76-7e0c-4173-889b-121b81cd1356</Id> <RecognizedDocumentId>b9221c6c-149c-4ade-8e26-b58fd0725778</RecognizedDocumentId> <SourceFileId>10507bd2-a631-469b-af77-4f434132a2d5</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{
"Id": "6c7e3f76-7e0c-4173-889b-121b81cd1356",
"RecognizedDocumentId": "b9221c6c-149c-4ade-8e26-b58fd0725778",
"SourceFileId": "10507bd2-a631-469b-af77-4f434132a2d5",
"PageNumber": 4
}