Getting a list of Packages from the Backlog

AdminStudio 2023 | 25.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, you will get a list of packages from the Backlog.

Getting a list of Packages from the Backlog

Request Type

Description

API

http://localhost:8086/catalog/backlogRequests/?ProductName=XXX&version=XX.X&Vendor=XXX

Method

GET

Parameters

List all parameters in the following format:

ProductName = Product Name of the Package in the Backlog tab.
Vendor = Manufacturer of the Package in the Backlog tab.
Version = Version of the Package in the Backlog tab.

If parameters are provided, it returns a list of products present in the Backlog tab matching the parameter values provided along with product details (Product Name, Version, Vendor, Source and Status).

If no parameters are provided, it returns a list of all products present in the Backlog tab along with product details (Product Name, Version, Vendor, Source and Status).

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/backlogRequests/?ProductName=Notepad&version=12.0&Vendor=Don Ho

<response>

<HasFault>false</HasFault><headers><httpHeaders><Host>10.80.151.129:8086</Host><Connection>keep-alive</Connection><Accept>*/*</Accept><User-Agent>PostmanRuntime/7.26.8</User-Agent><Accept-Encoding>gzip, deflate, br</Accept-Encoding><Postman-Token>5a91339d-69fd-4cbc-9f51-6863974552ee</Postman-Token><ConnectionInfo>"PROVIDER=MSOLEDBSQL19;Data Source=10.80.148.249;Initial catalog=AS8Dec;user ID=sa;password=Flexera!;IntegratedSecurity=SSPI"</ConnectionInfo></httpHeaders><request></request></headers><summary /><data><data><ProductName>Notepad</ProductName><ProductVersion>12.0</ProductVersion><ProductVendor>Don Ho</ProductVendor><Source>API</Source><Status>NoMatch</Status></data></data>

</response>