GET api_v1/RecognitionPackages/GetPackageProperties?recognitionPackageId={recognitionPackageId}
Запрос полного списка параметров пакета.
Request Information
Body Parameters
None.
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
RecognitionPackagePropertiesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OwnerId | globally unique identifier |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| RecognitionTemplatesTypes | string |
None. |
|
| CreateDate | date |
None. |
|
| EditDate | date |
None. |
|
| Status | PStatus |
None. |
|
| Type | RecognitionPackageContentType |
None. |
|
| ExportPath | string |
None. |
|
| PdfResultFileId | string |
None. |
|
| WebDavLogin | string |
None. |
|
| Comment | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <Id>c3bb4443-55d1-4553-a559-93f675637a7d</Id> <OwnerId>8c1893f8-8066-4f69-a4c1-9b61574a0d6f</OwnerId> <AccountId>569cf884-eb6c-453f-969c-0e4f87a61d72</AccountId> <RecognitionTemplatesTypes>sample string 4</RecognitionTemplatesTypes> <CreateDate>2025-12-17T10:19:15.9351081+03:00</CreateDate> <EditDate>2025-12-17T10:19:15.9351081+03:00</EditDate> <Status>New</Status> <Type>Scancopies</Type> <ExportPath>sample string 6</ExportPath> <PdfResultFileId>sample string 7</PdfResultFileId> <WebDavLogin>sample string 8</WebDavLogin> <Comment>sample string 9</Comment> </Result>
application/json, text/json
Sample:
{
"Id": "c3bb4443-55d1-4553-a559-93f675637a7d",
"OwnerId": "8c1893f8-8066-4f69-a4c1-9b61574a0d6f",
"AccountId": "569cf884-eb6c-453f-969c-0e4f87a61d72",
"RecognitionTemplatesTypes": "sample string 4",
"CreateDate": "2025-12-17T10:19:15.9351081+03:00",
"EditDate": "2025-12-17T10:19:15.9351081+03:00",
"Status": 0,
"Type": 0,
"ExportPath": "sample string 6",
"PdfResultFileId": "sample string 7",
"WebDavLogin": "sample string 8",
"Comment": "sample string 9"
}