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>72a31143-25c0-41bb-9711-131f030202ee</Id> <RecognizedDocumentId>58455c14-5835-466b-85b6-c9790c4809c4</RecognizedDocumentId> <SourceFileId>63fef668-12d3-4ece-a638-155abf07aca5</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{
"Id": "72a31143-25c0-41bb-9711-131f030202ee",
"RecognizedDocumentId": "58455c14-5835-466b-85b6-c9790c4809c4",
"SourceFileId": "63fef668-12d3-4ece-a638-155abf07aca5",
"PageNumber": 4
}