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>0208c118-8ed2-4570-bf17-9626906270c3</Id> <RecognizedDocumentId>78c876c1-0411-4fc4-9981-3987df517c4f</RecognizedDocumentId> <SourceFileId>b3bd0276-142b-45a3-a49b-57900b176738</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{ "Id": "0208c118-8ed2-4570-bf17-9626906270c3", "RecognizedDocumentId": "78c876c1-0411-4fc4-9981-3987df517c4f", "SourceFileId": "b3bd0276-142b-45a3-a49b-57900b176738", "PageNumber": 4 }