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>29dc3629-8de3-4297-a361-73d5cf126533</Id> <RecognizedDocumentId>65dd956a-94df-43a0-8a91-45127b61f81f</RecognizedDocumentId> <SourceFileId>7b4bf22e-cd28-422c-b74a-a0f15cba3740</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{
"Id": "29dc3629-8de3-4297-a361-73d5cf126533",
"RecognizedDocumentId": "65dd956a-94df-43a0-8a91-45127b61f81f",
"SourceFileId": "7b4bf22e-cd28-422c-b74a-a0f15cba3740",
"PageNumber": 4
}