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>27e26adc-15c8-4fdb-83fc-d37f395c1264</Id> <RecognitionPackageId>7efe6903-bf3d-4c09-97fb-2b34c41c6aa5</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-06-27T07:51:39.2017021+03:00</CreateDate> <EditDate>2026-06-27T07:51:39.2017021+03:00</EditDate> <XmlResultFileId>7a597980-a7c8-4cb3-9c50-fd5407e1c006</XmlResultFileId> <PdfResultFileId>72235a5a-c949-405c-ae76-85c070ba29f2</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "27e26adc-15c8-4fdb-83fc-d37f395c1264",
"RecognitionPackageId": "7efe6903-bf3d-4c09-97fb-2b34c41c6aa5",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-06-27T07:51:39.2017021+03:00",
"EditDate": "2026-06-27T07:51:39.2017021+03:00",
"XmlResultFileId": "7a597980-a7c8-4cb3-9c50-fd5407e1c006",
"PdfResultFileId": "72235a5a-c949-405c-ae76-85c070ba29f2",
"Comment": "sample string 4"
}