Retrieves a synonym set Added in 8.10.0
Path parameters
-
"The id of the synonyms set to be retrieved
GET /_synonyms/{id}
curl \
-X GET http://api.example.com/_synonyms/{id}
Response examples (200)
{
"count": 42.0,
"synonyms_set": [
{
"id": "string",
"synonyms": "string"
}
]
}