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>8ede2a65-ac1f-4c4e-a206-e0e329d3b22a</Id> <RecognitionPackageId>a98f087f-32aa-4fa5-8759-6ed1bb627948</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-05-09T22:13:47.8434365+03:00</CreateDate> <EditDate>2026-05-09T22:13:47.8434365+03:00</EditDate> <XmlResultFileId>8c1a5178-9c3a-438f-ae99-4a31e5b29204</XmlResultFileId> <PdfResultFileId>2803403c-256c-4de2-9289-7e22c7014f64</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "8ede2a65-ac1f-4c4e-a206-e0e329d3b22a",
"RecognitionPackageId": "a98f087f-32aa-4fa5-8759-6ed1bb627948",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-05-09T22:13:47.8434365+03:00",
"EditDate": "2026-05-09T22:13:47.8434365+03:00",
"XmlResultFileId": "8c1a5178-9c3a-438f-ae99-4a31e5b29204",
"PdfResultFileId": "2803403c-256c-4de2-9289-7e22c7014f64",
"Comment": "sample string 4"
}