Getting Package Feed Matches
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, it lists the matching packages from the Package Feed Module.
Request Type |
Description |
||||||||||||
API |
http://localhost:8086/catalog/PackageFeedMatch/?Product=XX&Vendor=XXX |
||||||||||||
Method |
GET |
||||||||||||
Parameters |
List all parameters in the following format:
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/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> |