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>a824171e-bfb7-49eb-b31d-1bab963b4fe0</Id> <RecognitionPackageId>37e09f68-bad4-40f2-a808-b0d741d6888c</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-05-30T00:44:06.8260707+03:00</CreateDate> <EditDate>2026-05-30T00:44:06.8416919+03:00</EditDate> <XmlResultFileId>0d04a87f-e4ba-4eac-bc7b-f41b96df0a21</XmlResultFileId> <PdfResultFileId>418e6a51-71f9-4471-99b0-04bc31340466</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "a824171e-bfb7-49eb-b31d-1bab963b4fe0",
"RecognitionPackageId": "37e09f68-bad4-40f2-a808-b0d741d6888c",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-05-30T00:44:06.8260707+03:00",
"EditDate": "2026-05-30T00:44:06.8416919+03:00",
"XmlResultFileId": "0d04a87f-e4ba-4eac-bc7b-f41b96df0a21",
"PdfResultFileId": "418e6a51-71f9-4471-99b0-04bc31340466",
"Comment": "sample string 4"
}