Retrieves a synonym rule from a synonym set Added in 8.10.0
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"
}