get {protocol}://{base-url}/integration/v1/search/
API to fetch search results for given query params. This should match results retrieved on the Full Search page when searching using the Search UI.
Responses
API to fetch search results for given query params. This should match results retrieved on the Full Search page when searching using the Search UI.
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v1/search/?limit=20&offset=0&filters=' \
--header 'accept: application/json'