Skip to main content

Getting Package Feed Matches

REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it lists the matching packages from the Package Feed Module.

Request TypeDescription
APIhttp://localhost:8086/catalog/PackageFeedMatch/?Product=XX&Vendor=XXX
MethodGET
ParametersList 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. Use either PackageRequestId or Product as a mandatory parameter.
Connection InfoProvides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs
ResponseExample: http://localhost:8086/catalog/PackageFeedMatch/?PackageRequestId=7 Example: http://localhost:8086/catalog/PackageFeedMatch/?Product=7-zip&Vendor=Igor Pavlov Response: <data> <data> <PackageFeedId>8</PackageFeedId> <ProductName>7-Zip (x64)</ProductName> <ProductVendor>Igor Pavlov</ProductVendor> <ProductVersion>23.01</ProductVersion> <PackageType>MSI</PackageType> </data> <data> <PackageFeedId>9</PackageFeedId> <ProductName>7-Zip (x86)</ProductName> <ProductVendor>Igor Pavlov</ProductVendor> <ProductVersion>23.01</ProductVersion> <PackageType>MSI</PackageType> </data> <data> <PackageFeedId>5350</PackageFeedId> <ProductName>7-Zip (ARM64)</ProductName> <ProductVendor>Igor Pavlov</ProductVendor> <ProductVersion>23.01</ProductVersion> <PackageType>Legacy</PackageType> </data> </data>