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>40041b60-b4fe-4539-94ce-8d037d6bf8b9</Id> <RecognizedDocumentId>ba945d09-65b5-471d-8a91-bce835969ac4</RecognizedDocumentId> <SourceFileId>12f8f7a8-ff6a-4f5f-b9f8-56a6f6a6376c</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{
"Id": "40041b60-b4fe-4539-94ce-8d037d6bf8b9",
"RecognizedDocumentId": "ba945d09-65b5-471d-8a91-bce835969ac4",
"SourceFileId": "12f8f7a8-ff6a-4f5f-b9f8-56a6f6a6376c",
"PageNumber": 4
}