curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/synonyms
[
{
"path": "<string>",
"state": "NOT_READY"
}
]
Return a list of synonyms files along with their editing states (READY
/NOT_READY
/NOT_SAVED
).
curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/synonyms
[
{
"path": "<string>",
"state": "NOT_READY"
}
]
The name of a collection.
successful operation
The response is of type object[]
.
Was this page helpful?