Get a synonyms file
import requests
url = "https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/items"
response = requests.get(url)
print(response.text){}Get a synonyms file
Export synonyms as a CSV file.
GET
/
collections
/
{collection}
/
synonyms
/
{path}
/
items
Get a synonyms file
import requests
url = "https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/items"
response = requests.get(url)
print(response.text){}Was this page helpful?
⌘I