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
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"
}
}
]