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>c2f213c7-5b07-4efd-a475-b55dd305bc59</Id> <RecognizedDocumentId>db6b4331-cc39-4e8c-b8dc-3b6ceb55407a</RecognizedDocumentId> <SourceFileId>f72d3069-df78-448f-8e3a-609b86f8e1a3</SourceFileId> <PageNumber>4</PageNumber> </Result>
application/json, text/json
Sample:
{
"Id": "c2f213c7-5b07-4efd-a475-b55dd305bc59",
"RecognizedDocumentId": "db6b4331-cc39-4e8c-b8dc-3b6ceb55407a",
"SourceFileId": "f72d3069-df78-448f-8e3a-609b86f8e1a3",
"PageNumber": 4
}