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>8a3fe40f-7a80-4309-8e68-187ad86d7773</Id> <RecognizedDocumentId>a49d20d0-a101-4682-b4e0-9f9b14a7aa53</RecognizedDocumentId> <SourceFileId>dc8f0d64-a8db-4696-8675-28246902a659</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{
"Id": "8a3fe40f-7a80-4309-8e68-187ad86d7773",
"RecognizedDocumentId": "a49d20d0-a101-4682-b4e0-9f9b14a7aa53",
"SourceFileId": "dc8f0d64-a8db-4696-8675-28246902a659",
"PageNumber": 4
}