v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Channels - Channels Global

Get channel columns

post/v2/user/channels/{channelId}/columns

Path parameters

channelIdstring guid required

The channel identifier

Headers

Accept-Encodingstring[] required

Indicates that the client accepts that the response will be compressed to reduce traffic size.

Request body

BeezUPCommonChannelColumnId[] required

Example request

[
  "8a76f06a-fefc-4c0d-bcfe-b210f1482977"
]

Response

Channel columns

channelColumnIdstring guid required

The channel column identifier

channelColumnNamestring required

The channel column name

channelColumnDescriptionstring

The channel column description

showInMappingboolean required

Indicates if this column must shown in the mapping page or not

positioninteger required

The position of the column starting from 1

restrictedValuesChannelColumnRestrictedValues

The restricted values. The key will be the restricted value identifier (format:guid) and the value will be the restriced value

Example response

[
  {
    "channelColumnId": "8a76f06a-fefc-4c0d-bcfe-b210f1482977",
    "channelColumnName": "NAME",
    "channelColumnDescription": "Please enter the base prices (price per unit) according to <a href=\"http://www.gesetze-im-internet.de/pangv/__2.html\">Article PAngV</a>",
    "configuration": {
      "columnImportance": "Required",
      "columnDataType": "String",
      "beezUPColumnName": "CategoryFirstLevel"
    }
  }
]