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>7c32627e-aca4-423c-99aa-f217983e3381</Id> <RecognitionPackageId>b67f8389-0b3e-454c-bde2-b862023ec4cb</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-03-16T15:45:49.1481711+03:00</CreateDate> <EditDate>2026-03-16T15:45:49.1481711+03:00</EditDate> <XmlResultFileId>41a0c08f-1b61-41c3-a80f-a968e9a0c049</XmlResultFileId> <PdfResultFileId>7999a5f2-5f72-4aa1-9ef2-a21fa25c7c9b</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "7c32627e-aca4-423c-99aa-f217983e3381",
"RecognitionPackageId": "b67f8389-0b3e-454c-bde2-b862023ec4cb",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-03-16T15:45:49.1481711+03:00",
"EditDate": "2026-03-16T15:45:49.1481711+03:00",
"XmlResultFileId": "41a0c08f-1b61-41c3-a80f-a968e9a0c049",
"PdfResultFileId": "7999a5f2-5f72-4aa1-9ef2-a21fa25c7c9b",
"Comment": "sample string 4"
}