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>a4b56e7d-8997-4215-9053-0c7ebffa5c83</Id> <RecognizedDocumentId>d184d2ea-6e6a-402a-9e20-900bd4a283d7</RecognizedDocumentId> <SourceFileId>975bbe47-7372-4b32-a077-2b96e11d00f9</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{
"Id": "a4b56e7d-8997-4215-9053-0c7ebffa5c83",
"RecognizedDocumentId": "d184d2ea-6e6a-402a-9e20-900bd4a283d7",
"SourceFileId": "975bbe47-7372-4b32-a077-2b96e11d00f9",
"PageNumber": 4
}