GET api_v1/DocumentPages/GetPageProperties?documentPageId={documentPageId}
Запрос полного списка параметров страницы документа.
Request Information
Body Parameters
None.
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
DocumentPagePropertiesDtoName | 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>d5f7ca47-dff1-4ecf-9f39-0f6c6b96417b</Id> <RecognizedDocumentId>07d245db-9c4a-432d-bf8e-892b9fe04df8</RecognizedDocumentId> <SourceFileId>aba8feff-442a-44bc-9e67-2d4f4fd7dd7c</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{ "Id": "d5f7ca47-dff1-4ecf-9f39-0f6c6b96417b", "RecognizedDocumentId": "07d245db-9c4a-432d-bf8e-892b9fe04df8", "SourceFileId": "aba8feff-442a-44bc-9e67-2d4f4fd7dd7c", "PageNumber": 4 }