Get-ASApplicationID

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 ApplicationID for a given PackageID.

Get-ASApplicationID API Information

Request Type

Description

API

http://localhost:8086/catalog/deploymenttypes/applicationID/{PackageID}

Method

GET

Parameters

List all parameters in the following format:

PackageID = Specify the PackageID of the package that you need the ApplicationID for.

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/applicationID/13

<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>8b3a65bc-a143-4921-aa79-083d5d15c4d1</Postman-Token></httpHeaders><request></request></headers><summary /><data>28</data>

</response>