Add-ASKeywords

AdminStudio 2021 | 21.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it will add App Portal catalog item keywords to the Application Catalog (as individual records in the ASKeywords table).

Add-ASKeywords API Information

Request Type

Description

API

http://localhost:8086/catalog/keyword/?keyword={Keyword}

Method

POST

Parameters

List all parameters in the following format:

Keyword = Use to add App Portal catalog item keywords to the Application Catalog.

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/keyword/?keyword=test

<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>a6ba7704-25a4-44ed-bf55-5177e64c809c</Postman-Token><Content-Length>0</Content-Length></httpHeaders><request></request></headers><summary /><data>true</data>

</response>