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>6fc498d5-85b6-4160-8687-4fbbb8b698ad</Id> <RecognitionPackageId>ddc01796-65ad-4c7b-8531-9e94f6ca247f</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-03-09T08:41:46.5322145+03:00</CreateDate> <EditDate>2026-03-09T08:41:46.5322145+03:00</EditDate> <XmlResultFileId>8f782728-8e5a-48a1-b581-f3732b02768f</XmlResultFileId> <PdfResultFileId>8280efc7-7621-41fe-97bf-ef1a1ef75c44</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "6fc498d5-85b6-4160-8687-4fbbb8b698ad",
"RecognitionPackageId": "ddc01796-65ad-4c7b-8531-9e94f6ca247f",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-03-09T08:41:46.5322145+03:00",
"EditDate": "2026-03-09T08:41:46.5322145+03:00",
"XmlResultFileId": "8f782728-8e5a-48a1-b581-f3732b02768f",
"PdfResultFileId": "8280efc7-7621-41fe-97bf-ef1a1ef75c44",
"Comment": "sample string 4"
}