Endpoints of the Web-API gateway for the management of tenant-specific configuration data, accessible for users with the YUUVIS_TENANT_ADMIN role.
The endpoints are used by the ARCHITECT Service that provides yuuvis® architect.
HTTP Method as of product version | Purpose | Response Format | Description |
---|---|---|---|
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 | Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/admin/resources/config/{name}'. /api-web/api/admin/resources/config/{name} |
POST as of 2020 Winter | postConfig | HTTP status code | Error rendering macro 'excerpt-include' : No link could be created for 'POST /api-web/api/admin/resources/config/{name}'. /api-web/api/admin/resources/config/{name} |
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 Accept-Language formatted in ISO norm (e.g., |
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. |