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>265c10b3-32d4-4e35-856c-54727da842dd</Id> <RecognizedDocumentId>95bf5abf-ac54-4730-8509-35ae869c9474</RecognizedDocumentId> <SourceFileId>1ba34ca8-96bd-4b9f-9a46-b5f7589a3379</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{
"Id": "265c10b3-32d4-4e35-856c-54727da842dd",
"RecognizedDocumentId": "95bf5abf-ac54-4730-8509-35ae869c9474",
"SourceFileId": "1ba34ca8-96bd-4b9f-9a46-b5f7589a3379",
"PageNumber": 4
}