Software AG Products 10.11 | Using Developer Portal | Developer Portal REST APIs | Performing search
 
Performing search
Overview
This REST API is used to search for an asset.
List of resources
*GET /search
Searches for the APIs and packages that include the provided keyword.
*POST /search/basic
Searches based on the given search criteria.
*GET /search/advanced
Searches for assets with provided keyword. Advanced search provides a metric which captures the number of assets matching given criteria in each asset type and also provides a detailed result on specific asset identified by `type`.
Sample cURL Command
curl --location --request
GET 'developer_portal_rest_base/search?q=search_keyword' \
--header 'Authorization: Basic basic_auth'
The search.yaml file is located at SAGInstallDir\DeveloperPortal\developers\openapis.