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>e8c88af0-c703-4411-b490-7a6e38f9619c</Id> <RecognitionPackageId>a8d8b8c3-c312-4a5a-a1bf-5196ed102668</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-02-25T16:23:49.3740563+03:00</CreateDate> <EditDate>2026-02-25T16:23:49.3740563+03:00</EditDate> <XmlResultFileId>bd6b619e-ef1e-4e3b-81b5-1eb0a92779b0</XmlResultFileId> <PdfResultFileId>dca912e9-0076-4436-9c33-81fe4907a962</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "e8c88af0-c703-4411-b490-7a6e38f9619c",
"RecognitionPackageId": "a8d8b8c3-c312-4a5a-a1bf-5196ed102668",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-02-25T16:23:49.3740563+03:00",
"EditDate": "2026-02-25T16:23:49.3740563+03:00",
"XmlResultFileId": "bd6b619e-ef1e-4e3b-81b5-1eb0a92779b0",
"PdfResultFileId": "dca912e9-0076-4436-9c33-81fe4907a962",
"Comment": "sample string 4"
}