Get-ASKeywords

AdminStudio 2021 | 21.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it will return a comma-delimited list of App Portal catalog item keywords in the Application Catalog’s ASKeywords table.

Get-ASKeywords API Information

Request Type

Description

API

http://localhost:8086/catalog/keywords

Method

GET

Parameters

Not applicable.

Connection Info

Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs 

Response

<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>f53ea1a2-7c55-4524-bf02-6745fda411e8</Postman-Token></httpHeaders><request></request></headers><summary /><data><data><Keyword>test</Keyword><Oid>1</Oid></data><data><Keyword>rock</Keyword><Oid>2</Oid></data></data>

</response>