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 as of 2021 Summer | getCatalogNames | JSON | Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/admin/dms/catalogs/{qname}'. /api-web/api/admin/dms/catalogs |
GET as of 2021 Summer | getCatalog | JSON | Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/admin/dms/catalogs/{qname}'. /api-web/api/admin/dms/catalogs/{qname} |
POST as of 2021 Summer | postCatalog | JSON | Error rendering macro 'excerpt-include' : No link could be created for 'POST /api-web/api/admin/dms/catalogs/{qname}'. /api-web/api/admin/dms/catalogs/{qname} |
PATCH as of 2021 Summer | updateCatalog | JSON | Error rendering macro 'excerpt-include' : No link could be created for 'PATCH /api-web/api/admin/dms/catalogs/{qname}'. /api-web/api/admin/dms/catalogs/{qname} |
GET | getForm | JSON | Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/admin/dms/forms/{objecttype}'. /api-web/api/admin/dms/forms/{objecttype} |
POST as of 2020 Autumn | postForm | JSON | Error rendering macro 'excerpt-include' : No link could be created for 'POST /api-web/api/admin/dms/forms/{objecttype}'. /api-web/api/admin/dms/forms/{objecttype} |
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 | Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/admin/resources/icon/{path}'. /api-web/api/admin/resources/icon/{path} |
POST as of 2020 Autumn | postIcon | HTTP status code | Error rendering macro 'excerpt-include' : No link could be created for 'POST /api-web/api/admin/resources/icon/{path}'. /api-web/api/admin/resources/icon/{path} |
GET as of 2020 Autumn | getLocalizedTextResources | JSON | Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/admin/resources/text'. /api-web/api/admin/resources/text |
POST as of 2020 Autumn | postLocalizedTextResources | HTTP status code | Error rendering macro 'excerpt-include' : No link could be created for 'POST /api-web/api/admin/resources/text/{locale}'. /api-web/api/admin/resources/text/{locale} |
GET as of 2020 Autumn | getSupportedLanguages | JSON | Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/admin/resources/text/languages'. /api-web/api/admin/resources/text/languages |