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>d90bd3a7-8a9a-49c1-bec4-6b60fed3f69b</Id> <RecognizedDocumentId>f0e6e112-a585-4b7c-85b2-a18473e14ea8</RecognizedDocumentId> <SourceFileId>42cda8e0-aebf-4c54-9b01-91d8146f48d9</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{ "Id": "d90bd3a7-8a9a-49c1-bec4-6b60fed3f69b", "RecognizedDocumentId": "f0e6e112-a585-4b7c-85b2-a18473e14ea8", "SourceFileId": "42cda8e0-aebf-4c54-9b01-91d8146f48d9", "PageNumber": 4 }