system-controller Endpoints
Endpoints of the Web-API gateway for the management of global configuration data, accessible with the role specified for /api-web/api/system/**
endpoints in the authentication-prod.yml
configuration file.
The endpoints are used by the ARCHITECT Service that provides yuuvis® architect. If you want to use this service, do not change the default access condition that is matched with the YUUVIS_SYSTEM_INTEGRATOR role.
HTTP Method as of product version | Purpose | Response Format | Description |
---|---|---|---|
GET as of 2021 Summer | getCatalogNames | JSON | Retrieves the technical names of all catalogs grouped in lists depending on their global (system-wide) or app-specific storage location. |
GET as of 2021 Summer | getCatalog | JSON | Retrieves the global or app-specific catalog specified by its name |
POST as of 2021 Summer | postCatalog | JSON | Updates the global or app-specific catalog identified by its name |
PATCH as of 2021 Summer | updateCatalog | JSON | Updates the existing global or app-specific catalog identified by its name |
GET | getForm | JSON | Retrieves a global or app-specific not enriched form by object type ID |
POST as of 2020 Autumn | postForm | HTTP status code | Updates a global or app-specific not enriched form identified by object type ID |
GET | getConfig | JSON | Retrieves the global configuration file specified by |
POST as of 2020 Winter | postConfig | HTTP status code | Updates the global configuration file specified by |
GET as of 2020 Autumn | getIcon | SVG | Retrieves a global, app-specific, or tenant-specific icon resource specified by |
POST as of 2020 Autumn | postIcon | HTTP status code | Creates or updates the global or app-specific icon resource specified by |
GET as of 2020 Autumn | getLocalizedTextResources | JSON | This request retrieves global localized text resources for the |
POST as of 2020 Autumn | postLocalizedTextResources | HTTP status code | Updates the global localized text resources for the specified |
GET as of 2020 Autumn | getSupportedLanguages | JSON | Retrieves a list of all supported languages for global resources. |