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>bbfa3ae4-c62b-47a3-a2f6-886022f1c82a</Id> <RecognitionPackageId>59b5bd4a-9fc1-4c90-97ec-50d48b9c672c</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-04-10T11:48:56.1160761+03:00</CreateDate> <EditDate>2026-04-10T11:48:56.1160761+03:00</EditDate> <XmlResultFileId>a2b4d929-d7a5-4810-bb32-8a416242c529</XmlResultFileId> <PdfResultFileId>3464b0c6-b1e0-404d-85b3-2a18a8195d94</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "bbfa3ae4-c62b-47a3-a2f6-886022f1c82a",
"RecognitionPackageId": "59b5bd4a-9fc1-4c90-97ec-50d48b9c672c",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-04-10T11:48:56.1160761+03:00",
"EditDate": "2026-04-10T11:48:56.1160761+03:00",
"XmlResultFileId": "a2b4d929-d7a5-4810-bb32-8a416242c529",
"PdfResultFileId": "3464b0c6-b1e0-404d-85b3-2a18a8195d94",
"Comment": "sample string 4"
}