Python
import requests url = "https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}" response = requests.get(url) print(response.json())
{ "path": "<string>", "state": "NOT_READY" }
Return editing READY/NOT_READY status for a single synonyms file (or 404).
The name of a collection.
The path to a synonyms file.
successful operation
NOT_READY
READY
NOT_SAVED
Was this page helpful?