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>4f1185f4-da41-45fc-addb-2ea63613f835</Id> <RecognitionPackageId>518139d3-fb12-4700-84ac-907724836c27</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2025-12-26T10:01:05.876181+03:00</CreateDate> <EditDate>2025-12-26T10:01:05.876181+03:00</EditDate> <XmlResultFileId>4ef74857-ec4d-4d6e-8a0f-1fb7313618c3</XmlResultFileId> <PdfResultFileId>8be19407-a806-4db2-94d6-cfc35035af4e</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "4f1185f4-da41-45fc-addb-2ea63613f835",
"RecognitionPackageId": "518139d3-fb12-4700-84ac-907724836c27",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2025-12-26T10:01:05.876181+03:00",
"EditDate": "2025-12-26T10:01:05.876181+03:00",
"XmlResultFileId": "4ef74857-ec4d-4d6e-8a0f-1fb7313618c3",
"PdfResultFileId": "8be19407-a806-4db2-94d6-cfc35035af4e",
"Comment": "sample string 4"
}