Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The system-controller Endpoints for the icon management operate on the global resources:

The admin-controller Endpoints operate on the tenant-specific resources:

The endpoint of the resource-controller retrieves the tenant-specific resource if available. If not available, the global resource is read.
>> GET /api-web/api/resources/icon/{path} - Retrieve an icon.

Each icon is introduced into the system together with a unique key to identify it in retrieval calls. The retrieval (GET) endpoints expect a key and return the corresponding icon, if existing. If the specified key is not available in the corresponding resource(s), a default icon will be returned. Alternatively, a fallback icon can be specified in addition to the desired icon. The fallback icon is returned instead of the default icon, if the key of the desired icon does not exist. The key of the fallback icon have to exist, of course.

...