API Documentation

REST - Skin

REST-Interface

Get customer CSS

since v2.6.3

Loads an extra CSS file from server based on the current instance. This loads one one of these files from server:

  • templates/matterial/skin/customer-{instanceId}.css (logged-in)
  • templates/matterial/skin/customer.css (not logged-in)

The default content of this file is empty. This is the possibility to overwrite styles mainly for inhouse installations.

URL
GET <application-url>/api/skin/customer.css

Produces

  • 200 OK
  • 204 NO_CONTENT
  • 500 INTERNAL_SERVER_ERROR

Permission

Sample
GET http://localhost:8080/mtr-backend/api/skin/customer.css

Contact sales