system-controller Endpoints

Endpoints of the Web-API gateway for the management of global configuration data, accessible for users with the YUUVIS_SYSTEM_INTEGRATOR role.

>> API-WEB Service

The endpoints are used by the ARCHITECT Service that provides yuuvis® architect.

HTTP Method
as of product version
PurposeResponse FormatDescription

GET
as of 2020 Autumn

getFormJSON

Retrieves a global or app-specific not enriched form by object type ID objecttype and optional query parameters situation and sots (secondary object types).
/api-web/system/form/{objecttype}

POST
as of 2020 Autumn

postForm 

HTTP status code

Updates a global or app-specific not enriched form identified by object type ID objecttype and optional query parameters sots (secondary object types) with the data passed in JSON format in the request body.
/api-web/system/form/{objecttype}

GET
as of 2020 Autumn

getIcon

SVG

Retrieves a global, app-specific, or tenant-specific icon resource specified by path as SVG image.
/api-web/system/icon/{path}

POST
as of 2020 Autumn

postIcon

HTTP status code

Creates or updates the global or app-specific icon resource specified by path with the data passed as SVG image in a multipart request body.
/api-web/system/resources/icon/{path}

GET
as of 2020 Autumn

getLocalizedTextResources

JSON

This request retrieves global localized text resources for the Accept-Language.
/api-web/system/resources/text

POST
as of 2020 Autumn
postLocalizedTextResources HTTP status code

Updates the global localized text resources for the specified locale.
/api-web/system/resources/text/{locale}

GET
as of 2020 Autumn

getSupportedLanguages

JSON

Retrieves a list of all supported languages for global resources.
/api-web/system/resources/text/languages