Get suggestions Deprecated

POST /api/endpoint/suggestions/{suggestion_type}

Path parameters

  • suggestion_type string Required

    Value is eventFilters.

application/json

Body Required

  • field string
  • query string

Responses

  • 200 application/json

    OK

POST /api/endpoint/suggestions/{suggestion_type}
curl \
 --request POST 'https://localhost:5601/api/endpoint/suggestions/{suggestion_type}' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"field":"string","query":"string"}'