This request is used to retrieve the CSS file that will style the Communicator Desktop UI for the selected theme.
| URL | https://api.telecomx.dk/pbx/app/settings/desktop/theme/<THEME-ID> | |
|---|---|---|
| Method | GET | |
| Access level | PERSONAL, VIEWER, MANAGER, OWNER, RESELLER, RESELLER_ADMIN, ADMIN. | |
| Params | THEME-ID | Id of the theme to return the CSS styling for. |
https://api.telecomx.dk/pbx/app/config/settings/theme/EARTH
The response will be a CSS file with the styling.
N/A
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Access denied |
| 404 | id | Theme not found |
| 500 | internal_error | <Unspecified> |