Museums
listMuseums
List the museums the signed-in user can manage, each with its default language (masterLanguage) and the languages it supports. Use this to find a museum id from its name before listing templates or seating maps, and to know which language a name is written in. Optionally pass name to keep matches.
| Argument | Type | Required | Description |
|---|---|---|---|
name | string | No | Museum name to match (case-insensitive, partial). Omit to list all. |
Returns { museums }. Each museum has id, name, slug, masterLanguage, and supportedLanguages.