Versions Compared

Key

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

...

Page Properties
hiddentrue
idPROGRESS

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje04 NOV 20212021 WinterPage created.



Response Example Code Block
languageyml
Show the command line output in the code block. Change the language for syntax highlighting, if necessary.
As of Version

product version 2021 Winter | component version 

Request MethodGET
Response FormatJSON
Required Permission

available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched.

>> AUTHENTICATION Service
Description


Excerpt

Retrieves the global catalog specified by its name with all its entries.


Request Header
Request Example
Code Block
languageyml
If necessary, show the request details in the code block. Adjust the language for syntax highlighting.

https://<host>/catalog/api/catalogs/germancities

Response Example


Code Block
languageyml
{
    "objects": [
        {
            "properties": {
                "entries": {
                    "value": [
                        [
                            "Mannheim"
                        ],
                        [
                            "Bremen"
                        ],
                        [
                            "Dresden"
                        ],
                        [
                            "Bielefeld"
                        ],
                        [
                            "Leipzig"
                        ],
                        [
                            "Hannover"
                        ],
                        [
                            "Bochum"
                        ],
                        [
                            "Duisburg"
                        ],
                        [
                            "München"
                        ],
                        [
                            "Mönchengladbach"
                        ],
                        [
                            "Saarbrücken"
                        ],
                        [
                            "Gelsenkirchen"
                        ],
                        [
                            "Wiesbaden"
                        ],
                        [
                            "Aachen"
                        ],
                        [
                            "Chemnitz"
                        ],
                        [
                            "Krefeld"
                        ],
                        [
                            "Mainz"
                        ],
                        [
                            "Erfurt"
                        ],
                        [
                            "Ludwigshafen am Rhein"
                        ],
                        [
                            "Ingolstadt"
                        ],
                        [
                            "Darmstadt"
                        ]
                    ]
                },
                "name": {
                    "value": "germancities"
                }
            }
        }
    ]
}