Get Theme
One theme by its code. Same fields as the listing.
Endpoint
| Method | Path | Purpose |
|---|---|---|
GET | /api/admin/appearance/themes/{code} | Get a theme |
Path parameters
| Parameter | Description |
|---|---|
code | Theme code, e.g. default. |
Response fields
Identical to List themes.
Errors
| Status | When |
|---|---|
404 | The installation has no theme with this code. |
Permissions
Requires appearance.themes.

