GET /catalog/api/catalogs

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

Retrieves all global catalogs stored via CATALOG service without their entries.

Request HeaderContent-Type: application/json
Request Example

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

Response Example
{
    "objects": [
        {
            "properties": {
                "name": {
                    "value": "deliverables"
                }
            }
        },
        {
            "properties": {
                "name": {
                    "value": "initiatives"
                }
            }
        },
        {
            "properties": {
                "name": {
                    "value": "europeancountries"
                }
            }
        },
        {
            "properties": {
                "name": {
                    "value": "models"
                }
            }
        }
    ]
}