Catalog External Get
An OData endpoint to retrieve the list of applications available in the catalog.
HTTP Method - GET
Returns a paged list of catalog records.
Returns the package revisions in the application's user interface.
GET Method
Request URI
Enter the specific landscape (only used by RapidApi) to get the requests.
Example request uri: rapidapi.com
GET /odata/catalogExternal?%24orderby=packageNameForSorting
The package revisions are returned to be displayed on the left side of an app's Package tab in the UI.
Header Parameters
Name | Type | Description |
---|---|---|
Authorization |
String |
Use the Bearer <access-token> value determined during the Authenticate to the Patch Management API process. |
X-Landscape-Url |
String |
Directs the request to the specified landscape (only used by RapidApi) |
X-RapidAPI-Key |
Enum |
The key that applications and developers need to invoke the API. |
X-RapidAPI-Host |
String |
The name that identifies which API will be used. For example: my-api-name.ivanti.rapidapi.com. |
Request Body Parameters
Name | Type | Description |
---|---|---|
api-version |
String |
The current API version number. |