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>ac7b41fe-cdae-4f78-b5ad-97052400f692</Id> <RecognitionPackageId>5707c631-8a54-4166-9657-982b02d3a3b4</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-04-18T22:44:14.5565667+03:00</CreateDate> <EditDate>2026-04-18T22:44:14.5565667+03:00</EditDate> <XmlResultFileId>fb30ed9a-a4b7-4554-848e-b96c433a1336</XmlResultFileId> <PdfResultFileId>98f7341f-ac69-4299-ad87-ae3865ec64fe</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "ac7b41fe-cdae-4f78-b5ad-97052400f692",
"RecognitionPackageId": "5707c631-8a54-4166-9657-982b02d3a3b4",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-04-18T22:44:14.5565667+03:00",
"EditDate": "2026-04-18T22:44:14.5565667+03:00",
"XmlResultFileId": "fb30ed9a-a4b7-4554-848e-b96c433a1336",
"PdfResultFileId": "98f7341f-ac69-4299-ad87-ae3865ec64fe",
"Comment": "sample string 4"
}