Get a synonym rule Added in 8.10.0
Get a synonym rule from a synonym set.
Path parameters
-
The id of the synonym set to retrieve the synonym rule from
-
The id of the synonym rule to retrieve
GET
/_synonyms/{set_id}/{rule_id}
curl \
-X GET http://api.example.com/_synonyms/{set_id}/{rule_id}
Response examples (200)
{
"id": "string",
"synonyms": "string"
}