Skip to main content
Required ACL: settings

Examples

Parameters

string
required
Unique identifier of the synonym you want to retrieve.

Response

string[]
List of corrections. (For synonym types altCorrection1 or altCorrection2).
string
A word used as the basis for synonyms. (For synonym type oneWaySynonym).
string
The object ID of the retrieved synonym.
string
A word used as the basis for replacements. (For synonym type placeholder).
string[]
List of replacements for the placeholder. (For synonym type placeholder).
string[]
List of synonyms. (For synonym types synonym or oneWaySynonym).
string
Synonym type. One of:
  • altCorrection1
  • altCorrection2
  • oneWaySynonym
  • placeholder
  • synonym
string
A word used as the basis for corrections. (For synonym types altCorrection1 or altCorrection2).

Response as JSON

This section shows the JSON response returned by the API. Each API client wraps this response in language-specific objects, so the structure may vary. To view the response, use the getLogs method. Don’t rely on the order of properties—JSON objects don’t preserve key order.
JSON
Last modified on March 23, 2026