admin-controller Endpoints
Endpoints of the Web-API gateway for the management of tenant-specific configuration data, accessible with the role specified for /api-web/api/admin/**
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_TENANT_ADMIN role.
HTTP Method as of product version | Purpose | Response Format | Description |
---|---|---|---|
GET as of 2021 Summer | getCatalogNames | JSON | Retrieves the catalog specified by its technical name of either global/app-specific or tenant-specific origin. |
GET as of 2021 Summer | getCatalog | JSON | Retrieves the catalog specified by its technical name of either global/app-specific or tenant-specific origin. |
POST as of 2021 Summer | postCatalog | JSON | Updatesthe tenant-specific catalog specified by its technical name with the data passed in the request body in JSON format. |
PATCH as of 2021 Summer | updateCatalog | JSON | Updates the existing tenant-specific catalog identified by its name |
GET | getForm | JSON | Retrieves not enriched form by object type ID |
POST as of 2020 Autumn | postForm | JSON | Updates not enriched form by object type ID |
GET | getConfig | JSON | Retrieves the tenant-specific configuration file specified by |
POST as of 2020 Winter | postConfig | HTTP status code | Updates a tenant-specific configuration file specified by |
GET as of 2020 Autumn | getIcon | SVG | Retrieves a tenant-specific icon resource specified by |
POST as of 2020 Autumn | postIcon | HTTP status code | Creates or updates the tenant-specific icon resource specified by |
GET as of 2020 Autumn | getLocalizedTextResources | JSON | Retrieves tenant-specific localized text resources for the |
POST as of 2020 Autumn | postLocalizedTextResources | HTTP status code | Updates the tenant-specific localized text resources for the active tenant and the specified |
GET as of 2020 Autumn | getSupportedLanguages | JSON | Retrieves a list of all used languages for resources of the active tenant. |