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>9049f9ac-9bb5-44a8-b4ef-517023a55785</Id> <RecognitionPackageId>ead0a89b-0a28-4be4-b5cc-1b9ef895a348</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-05-03T19:16:42.4392172+03:00</CreateDate> <EditDate>2026-05-03T19:16:42.4392172+03:00</EditDate> <XmlResultFileId>63558b56-1670-43ec-9b6c-5275848b1437</XmlResultFileId> <PdfResultFileId>01b18699-fae2-4404-a7e3-36e9a39ae18e</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "9049f9ac-9bb5-44a8-b4ef-517023a55785",
"RecognitionPackageId": "ead0a89b-0a28-4be4-b5cc-1b9ef895a348",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-05-03T19:16:42.4392172+03:00",
"EditDate": "2026-05-03T19:16:42.4392172+03:00",
"XmlResultFileId": "63558b56-1670-43ec-9b6c-5275848b1437",
"PdfResultFileId": "01b18699-fae2-4404-a7e3-36e9a39ae18e",
"Comment": "sample string 4"
}