Get synonym suggestions
import requests
url = "https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/suggestions"
response = requests.get(url)
print(response.text)[
"<string>"
]Get synonym suggestions
deprecated
Get term suggestions from synonyms/categories/comments for autocomplete/autosuggest purposes.
GET
/
collections
/
{collection}
/
synonyms
/
{path}
/
suggestions
Get synonym suggestions
import requests
url = "https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/suggestions"
response = requests.get(url)
print(response.text)[
"<string>"
]Was this page helpful?
⌘I