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>dbcfe867-ef91-4518-9574-f8463fd676ae</Id> <RecognizedDocumentId>ddad9c33-533d-4fb0-a7f8-3351cd99eaf5</RecognizedDocumentId> <SourceFileId>48ead679-2b13-48b4-bc3d-23d9ba964187</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{
"Id": "dbcfe867-ef91-4518-9574-f8463fd676ae",
"RecognizedDocumentId": "ddad9c33-533d-4fb0-a7f8-3351cd99eaf5",
"SourceFileId": "48ead679-2b13-48b4-bc3d-23d9ba964187",
"PageNumber": 4
}