GET api_v1/RecognizedDocuments/GetDocumentProperties?recognizedDocumentId={recognizedDocumentId}
Запрос полного списка параметров распознанного документа
Request Information
Body Parameters
None.
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
RecognizedDocumentPropertiesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| RecognitionPackageId | globally unique identifier |
None. |
|
| Status | DStatus |
None. |
|
| Type | string |
None. |
|
| CreateDate | date |
None. |
|
| EditDate | date |
None. |
|
| XmlResultFileId | globally unique identifier |
None. |
|
| PdfResultFileId | globally unique identifier |
None. |
|
| Comment | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <Id>3b75163f-bc7e-4e1a-839e-bc1d133ade3b</Id> <RecognitionPackageId>0b8444d1-5a4e-4780-8ff7-fb116522f920</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-04-09T08:31:33.3677279+03:00</CreateDate> <EditDate>2026-04-09T08:31:33.3677279+03:00</EditDate> <XmlResultFileId>e57aedf9-10c2-440e-953c-6d50bc3d4ec6</XmlResultFileId> <PdfResultFileId>c51a5761-67c0-4690-a4a7-1899e8a464ca</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "3b75163f-bc7e-4e1a-839e-bc1d133ade3b",
"RecognitionPackageId": "0b8444d1-5a4e-4780-8ff7-fb116522f920",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-04-09T08:31:33.3677279+03:00",
"EditDate": "2026-04-09T08:31:33.3677279+03:00",
"XmlResultFileId": "e57aedf9-10c2-440e-953c-6d50bc3d4ec6",
"PdfResultFileId": "c51a5761-67c0-4690-a4a7-1899e8a464ca",
"Comment": "sample string 4"
}