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
NameDescriptionTypeAdditional 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>76d43b24-6aa9-4a1e-9060-f13e69e08076</Id>
  <OwnerId>334d3b86-9fe2-4c01-b12d-92f77949da1d</OwnerId>
  <AccountId>acac4eba-1388-406c-9228-9a4ff0b870d3</AccountId>
  <RecognitionTemplatesTypes>sample string 4</RecognitionTemplatesTypes>
  <CreateDate>2024-04-25T14:20:15.1995617+03:00</CreateDate>
  <EditDate>2024-04-25T14:20:15.1995617+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": "76d43b24-6aa9-4a1e-9060-f13e69e08076",
  "OwnerId": "334d3b86-9fe2-4c01-b12d-92f77949da1d",
  "AccountId": "acac4eba-1388-406c-9228-9a4ff0b870d3",
  "RecognitionTemplatesTypes": "sample string 4",
  "CreateDate": "2024-04-25T14:20:15.1995617+03:00",
  "EditDate": "2024-04-25T14:20:15.1995617+03:00",
  "Status": 0,
  "Type": 0,
  "ExportPath": "sample string 6",
  "PdfResultFileId": "sample string 7",
  "WebDavLogin": "sample string 8",
  "Comment": "sample string 9"
}