Retrieving catalog by id
GET {{api-url}}/catalog/{{tenant}}/catalogs/{{catalogId}}
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept-Language
|
string |
RESPONSES
status OK
{
"id": "63c8eabb451cde0ce695f9b0",
"name": {
"en": "Sample catalog"
},
"description": {
"en": "Sample catalog description"
},
"status": "visible",
"visibility": {
"visible": false,
"from": "2022-01-24T12:12:12.623Z",
"to": "2025-03-24T12:12:12.616Z"
},
"publishedSites": [
"main"
],
"metadata": {
"version": 2,
"updatedAt": "2023-01-19T07:01:20.685Z",
"createdAt": "2023-01-19T07:01:15.324Z"
},
"categoryIds": [
"8bb62907-014b-47a3-a039-20734369bc4e"
]
} |
ENDPOINTS