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>6446a509-0ac9-4e81-874f-095c9b61a799</Id> <RecognitionPackageId>71946538-7e38-4256-8b72-493e241861f2</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2026-03-01T23:59:14.4799303+03:00</CreateDate> <EditDate>2026-03-01T23:59:14.4799303+03:00</EditDate> <XmlResultFileId>593fb810-a681-4779-a659-4fffba2eb6f6</XmlResultFileId> <PdfResultFileId>f35ba72d-db2c-4a0c-ab28-36c35a302781</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "6446a509-0ac9-4e81-874f-095c9b61a799",
"RecognitionPackageId": "71946538-7e38-4256-8b72-493e241861f2",
"Status": 0,
"Type": "sample string 3",
"CreateDate": "2026-03-01T23:59:14.4799303+03:00",
"EditDate": "2026-03-01T23:59:14.4799303+03:00",
"XmlResultFileId": "593fb810-a681-4779-a659-4fffba2eb6f6",
"PdfResultFileId": "f35ba72d-db2c-4a0c-ab28-36c35a302781",
"Comment": "sample string 4"
}