Python
import requests url = "https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/items" response = requests.get(url) print(response.text)
{}
Export synonyms as a CSV file.
The name of a collection.
The path to a synonyms file.
successful operation
The response is of type object.
object
Was this page helpful?