Getting Catalog Package Matches

AdminStudio 2024 R2 | 28.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it lists the matching packages from the Catalog.

Getting Catalog Package Matches API Information

Request Type

Description

API

http://localhost:8086/catalog/CatalogPackageMatch/?Product=XX&Vendor=XXX

Method

GET

Parameters

Lists all parameters in the following format:

PackageRequestId = The Id of the Backlog request.
Product = Product Name of the Package.
Vendor = Manufacturer of the Package.
Version = Version of the Package.

Note:Use either PackageRequestId or Product as a mandatory parameter.

Connection Info

Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs 

Response

Example:

http://localhost:8086/catalog/CatalogPackageMatch/?Product=7-zip&Vendor=Igor Pavlov

Example:

http://localhost:8086/catalog/CatalogPackageMatch/?PackageRequestId=7

Response:

<data>

<data>

<CatalogPackageId>42</CatalogPackageId>

<ProductName>7-Zip (x64)</ProductName>

<ProductVendor>Igor Pavlov</ProductVendor>

<ProductVersion>23.01</ProductVersion>

<PackageType>Microsoft Windows installer package (.msi)</PackageType>

</data>

</data>