Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Endpoints of the Web-API gateway for the management of tenant-specific configuration data, accessible for users with the YUUVIS_TENANT_ADMIN 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 2021 Summer
getCatalogNamesJSON

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 202
1 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
as of 2020 Autumn

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
as of 2020 Winter

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

  • No labels