Locale Detail
Returns the full record for one locale, addressed by its id (IRI form, e.g. /api/admin/settings/locales/1). Use it to pre-fill an edit form or to read back the current state of a locale.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminSettingsLocale(id:) | Query | Fetch a single locale by id |
Notes
idis the IRI form; discover valid ids with theadminSettingsLocalesquery.directionisltrorrtl.logoPathis the stored relative path andlogoUrlits public URL — bothnullwhen no logo is set.- A seeded core locale (such as English) may return
nullcreatedAt/updatedAt. - An unknown id returns
null(no record).
See the Locales overview for field meanings and behaviour.

