Search

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 InstallDir\DeveloperPortal\developers\openapis.