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>476edbc8-e0d4-4312-8a00-744f2f4f040b</Id> <RecognitionPackageId>e746ece6-423f-44e7-b557-832919677956</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-05-06T20:53:56.297092+03:00</CreateDate> <EditDate>2026-05-06T20:53:56.297092+03:00</EditDate> <XmlResultFileId>159b3b32-3eae-46e6-8fa0-cef0eb170c71</XmlResultFileId> <PdfResultFileId>55734d5f-1a8d-470f-8598-32c98e72bb5f</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "476edbc8-e0d4-4312-8a00-744f2f4f040b",
"RecognitionPackageId": "e746ece6-423f-44e7-b557-832919677956",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-05-06T20:53:56.297092+03:00",
"EditDate": "2026-05-06T20:53:56.297092+03:00",
"XmlResultFileId": "159b3b32-3eae-46e6-8fa0-cef0eb170c71",
"PdfResultFileId": "55734d5f-1a8d-470f-8598-32c98e72bb5f",
"Comment": "sample string 4"
}