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>f5bf299a-17b6-45ca-a334-44fc83911643</Id> <RecognizedDocumentId>8b4b5e0b-2c75-47b3-97b9-b7780b040d75</RecognizedDocumentId> <SourceFileId>8f18e4ad-07ec-46ae-bd77-67e3abc18d01</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{
"Id": "f5bf299a-17b6-45ca-a334-44fc83911643",
"RecognizedDocumentId": "8b4b5e0b-2c75-47b3-97b9-b7780b040d75",
"SourceFileId": "8f18e4ad-07ec-46ae-bd77-67e3abc18d01",
"PageNumber": 4
}