Retrieving the Extended Attribute Value for a Package
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.
Request Type |
Description |
||||||
API |
http://localhost:8086/catalog/ASExtendedAttribute/?PackageId=6&AttributeName=ApplicationType |
||||||
Method |
GET |
||||||
Parameters |
List all parameters in the following format:
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> |