List all synonyms files
import requests
url = "https://{FUSION HOST}/api/collections/{collection}/synonyms"
response = requests.get(url)
print(response.text)[
{
"path": "<string>"
}
]List all synonyms files
Return a list of synonyms files along with their editing states (READY/NOT_READY/NOT_SAVED).
GET
/
collections
/
{collection}
/
synonyms
List all synonyms files
import requests
url = "https://{FUSION HOST}/api/collections/{collection}/synonyms"
response = requests.get(url)
print(response.text)[
{
"path": "<string>"
}
]Was this page helpful?
⌘I