GET
/
collections
/
{collection}
/
synonyms
/
{path}
/
suggestions
Get synonym suggestions
curl --request GET \
  --url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/suggestions
[
  "<string>"
]

Path Parameters

collection
string
required

The name of a collection.

path
string
required

The path to a synonyms file.

Query Parameters

field
string

The field to search.

q
string

The query term for which to get suggestions.

Response

200 - application/json

successful operation

The response is of type string[].