Retrieving the Extended Attribute Value for a Package

AdminStudio 2024 | 27.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, you will receive the value of the extended attribute for the package.

Retrieving the value of the attribute for a package

Request Type

Description

API

http://localhost:8086/catalog/ASExtendedAttribute/?PackageId=6&AttributeName=ApplicationType

Method

GET

Parameters

List all parameters in the following format:

PackageId = The ID of the package
AttributeName = Name of the attribute

By providing the package ID and AttributeName as input parameters, you can retrieve and display the value of the corresponding package.

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/ASExtendedAttribute/?PackageId=6&AttributeName=ApplicationType

Response:

<data>General</data>