GET /catalog/api/catalogs/{name}
As of Version | product version 2021 Winter | component version |
---|---|
Request Method | GET |
Response Format | JSON |
Required Permission | available if listed in |
Description | Retrieves the global catalog specified by its |
Request Header | Content-Type: application/json |
Request Example |
|
Response Example | { "objects": [ { "properties": { "entries": { "value": [ [ "Spain" ], [ "Italy" ], [ "Slovakia" ] ] }, "name": { "value": "europeancountries" } } } ] } |