This request is used to retrieve a list of the available themes.
| URL | https://api.telecomx.dk/pbx/app/settings/desktop/theme | |
|---|---|---|
| Method | GET | |
| Access level | PERSONAL, VIEWER, MANAGER, OWNER, RESELLER, RESELLER_ADMIN, ADMIN. | |
https://api.telecomx.dk/pbx/app/settings/desktop/theme
An array with themes.
| JSON object | ||
|---|---|---|
| _id | string | Id of the theme |
| nameEn | string | Name of the theme in english |
| nameDa | string | Name of the theme in danish |
[ { _id: 'EARTH', nameEn: 'Earth', nameDa: 'Jord' }, { _id: 'TEAL', nameEn: 'Teal', nameDa: 'Tyrkis' }, { _id: 'DARK', nameEn: 'Dark mode', nameDa: 'Mørkt' } ]
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Access denied |
| 500 | internal_error | <Unspecified> |