Channel Catalogs - Attributes
Get the Concerned Channel Catalog Attributes
get/v2/user/channelCatalogs/{channelCatalogId}/attributes
Path parameters
channelCatalogIdstring guid required
The channel catalog identifier
Response
Concerned Channel Attributes
Example response
[
{
"attributes": [
{
"catalogColumnId": "bea7c21e-948b-4ac3-9ffd-4396e62c4163",
"catalogColumnName": "My title"
}
]
}
]