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>b55bd6da-5c41-4f44-b398-9b18204cd233</Id> <RecognitionPackageId>9aabf2fc-f6e5-4954-b91f-9bc1c9cb1e56</RecognitionPackageId> <Status>TemplateAssigned</Status> <Type>sample string 3</Type> <CreateDate>2025-11-04T06:18:53.0166727+03:00</CreateDate> <EditDate>2025-11-04T06:18:53.0166727+03:00</EditDate> <XmlResultFileId>e7e7a497-3b8b-4151-b3fb-1ea2927f020d</XmlResultFileId> <PdfResultFileId>cc4949b2-6ec2-43f6-9427-39fce75fe030</PdfResultFileId> <Comment>sample string 4</Comment> </Result>
application/json, text/json
                    Sample:
    
{
  "Id": "b55bd6da-5c41-4f44-b398-9b18204cd233",
  "RecognitionPackageId": "9aabf2fc-f6e5-4954-b91f-9bc1c9cb1e56",
  "Status": 0,
  "Type": "sample string 3",
  "CreateDate": "2025-11-04T06:18:53.0166727+03:00",
  "EditDate": "2025-11-04T06:18:53.0166727+03:00",
  "XmlResultFileId": "e7e7a497-3b8b-4151-b3fb-1ea2927f020d",
  "PdfResultFileId": "cc4949b2-6ec2-43f6-9427-39fce75fe030",
  "Comment": "sample string 4"
}