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>20515d85-640b-494f-8b74-0b1de0506179</Id> <RecognitionPackageId>88302dd3-8425-4de8-98ba-04520a3e813b</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-01-05T08:10:19.336338+03:00</CreateDate> <EditDate>2026-01-05T08:10:19.336338+03:00</EditDate> <XmlResultFileId>3b1e9b77-06e0-4fad-bd98-e1f1b11de6d1</XmlResultFileId> <PdfResultFileId>9814c7c6-3960-48f8-b87b-59b0756b746d</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "20515d85-640b-494f-8b74-0b1de0506179",
"RecognitionPackageId": "88302dd3-8425-4de8-98ba-04520a3e813b",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-01-05T08:10:19.336338+03:00",
"EditDate": "2026-01-05T08:10:19.336338+03:00",
"XmlResultFileId": "3b1e9b77-06e0-4fad-bd98-e1f1b11de6d1",
"PdfResultFileId": "9814c7c6-3960-48f8-b87b-59b0756b746d",
"Comment": "sample string 4"
}