Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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_SYSTEM_INTEGRATOR role.

HTTP Method
as of product version
PurposeResponse FormatDescription
GET
as of 2021 Summer
getCatalogNamesJSON

Insert excerpt
GET /api-web/api/system/dms/catalogs
GET /api-web/api/system/dms/catalogs
nopaneltrue

/api-web/api/system/dms/catalogs

GET
as of 2021 Summer
getCatalogJSON

Insert excerpt
GET /api-web/api/system/dms/catalogs/{qname}
GET /api-web/api/system/dms/catalogs/{qname}
nopaneltrue

/api-web/api/system/dms/catalogs/{qname}

POST
as of 2021 Summer
postCatalogJSON

Insert excerpt
POST /api-web/api/system/dms/catalogs/{qname}
POST /api-web/api/system/dms/catalogs/{qname}
nopaneltrue

/api-web/api/system/dms/catalogs/{qname}

PATCH
as of 2021 Summer
updateCatalogJSON

Insert excerpt
PATCH /api-web/api/system/dms/catalogs/{qname}
PATCH /api-web/api/system/dms/catalogs/{qname}
nopaneltrue

/api-web/api/system/dms/catalogs/{qname}

GET
as of 2020 Autumn

getFormJSON

Insert excerpt
GET /api-web/api/system/dms/forms/{objecttype}
GET /api-web/api/system/dms/forms/{objecttype}
nopaneltrue

/api-web/api/system/dms/forms/{objecttype}

POST
as of 2020 Autumn

postForm 

HTTP status code

Insert excerpt
POST /api-web/api/system/dms/forms/{objecttype}
POST /api-web/api/system/dms/forms/{objecttype}
nopaneltrue

/api-web/api/system/dms/forms/{objecttype}

GET
as of 2020 Winter

getConfig JSON

Insert excerpt
GET /api-web/api/system/resources/config/{name}
GET /api-web/api/system/resources/config/{name}
nopaneltrue

/api-web/api/system/resources/config/{name}

POST
as of 2020 Winter
postConfig HTTP status code

Insert excerpt
POST /api-web/api/system/resources/config/{name}
POST /api-web/api/system/resources/config/{name}
nopaneltrue

/api-web/api/system/resources/config/{name}

GET
as of 2020 Autumn

getIcon

SVG

Insert excerpt
GET /api-web/api/system/resources/icon/{path}
GET /api-web/api/system/resources/icon/{path}
nopaneltrue

/api-web/api/system/resources/icon/{path}

POST
as of 2020 Autumn

postIcon

HTTP status code

Insert excerpt
POST /api-web/api/system/resources/icon/{path}
POST /api-web/api/system/resources/icon/{path}
nopaneltrue

/api-web/api/system/resources/icon/{path}

GET
as of 2020 Autumn

getLocalizedTextResources

JSON

Insert excerpt
GET /api-web/api/system/resources/text
GET /api-web/api/system/resources/text
nopaneltrue

/api-web/api/system/resources/text

POST
as of 2020 Autumn
postLocalizedTextResources HTTP status code

Insert excerpt
POST /api-web/api/system/resources/text/{locale}
POST /api-web/api/system/resources/text/{locale}
nopaneltrue

/api-web/api/system/resources/text/{locale}

GET
as of 2020 Autumn

getSupportedLanguages

JSON

Insert excerpt
GET /api-web/api/system/resources/text/languages
GET /api-web/api/system/resources/text/languages
nopaneltrue

/api-web/api/system/resources/text/languages

...