Everything within this section is only visible while editing. Use Page Properties ID "STUB", "REFACTURE", "PROGRESS", "rDEV", "rDOC", "rLANG" and "DONE".

Everything contained within the table is displayed in the (INTERNAL) Reports page.

Product Version2021 Autumn
Report Note
AssigneeAntje

Resources & Remarks


Modification History

Add a new line to this table and fill it whenever you edit the page.

NameDateProduct VersionAction
Antje14 JUL 20212021 Autumncreated
Nils10 NOV 20212021 Winteradded HEAD endpoint
Nils10 NOV 20212021 Winteradded DELETE entry endpoint
Nils10 NOV 20212021 Winteradded replace entry endpoint



The CATALOG service API provides CRUD (create, read, update, delete) operations on catalogs and catalog entries.


As of version 2021 Winter, the CATALOG service is provided as a beta version.


HTTP Method
as of product version
PurposeResponse FormatDescription
GET
as of 2021 Autumn
Retrieve all catalog names.JSON
POST
as of 2021 Autumn
Create a catalog.JSON
GET
as of 2021 Autumn
Retrieve catalog entry values.JSON
POST
as of 2021 Autumn
Add new entries.HTTP status code
DELETE
as of 2021 Autumn
Delete a catalog.HTTP status code
HEAD
as of 2021 Winter
Check the existence of an entry.HTTP status code
DELETE
as of 2021 Winter
Delete an entry.HTTP status code
POST
as of 2021 Autumn
Replace an entry.HTTP status code