v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
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

channelCategoryNamestring
channelOriginCategoryNamestring
channelFullCategoryPathstring
channelCategoryCodestring

Example response

[
  {
    "attributes": [
      {
        "catalogColumnId": "bea7c21e-948b-4ac3-9ffd-4396e62c4163",
        "catalogColumnName": "My title"
      }
    ]
  }
]