Search Synonym Detail
Returns a single search synonym group with its full field set — the data behind the admin Marketing → Search & SEO → Search Synonyms view screen.
TIP
New here? Read the Search Synonyms overview for what a search synonym does and how its fields behave.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminMarketingSearchSynonym | Query | Fetch one search synonym group by id |
Details
- Requires an admin Bearer token in the
Authorizationheader. - Pass the synonym's IRI (e.g.
/api/admin/marketing/search-synonyms/19) as theidargument;_idin the response is the numeric id.
Fields
| Field | Type | Notes |
|---|---|---|
id | ID | The synonym's IRI |
_id | Int | Numeric id |
name | String | Group name |
terms | String | Comma-separated list of interchangeable search words |
createdAt | String | Creation timestamp |
updatedAt | String | Last-update timestamp |

