Get-ASProperty

AdminStudio 2021 | 21.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it will return the value for a property name specified.

Get-ASProperty API Information

Request Type

Description

API

http://localhost:8086/catalog/deploymenttypes/{PackageID}/properties/{PropertyName}

Method

GET

Parameters

List all parameters in the following format:

PackageID = ID of the package that will be returned.
PropertyName = Name of the property.

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/deploymenttypes/59/properties/publisher

<response>

<HasFault>false</HasFault><headers><httpHeaders><Host>localhost:8086</Host><Connection>keep-alive</Connection><Accept>*/*</Accept><User-Agent>PostmanRuntime/7.26.10</User-Agent><Accept-Encoding>gzip, deflate, br</Accept-Encoding><Postman-Token>5019eff7-29fe-4fd3-84ad-bec6af893f76</Postman-Token></httpHeaders><request></request></headers><summary /><data>Microsoft</data>

</response>