CMS Space Channels

Get channels for a managed content space. Add or remove channels from a managed content space.
Resource
/connect/cms/spaces/contentSpaceId/channels
Available version
62.0
HTTP methods
GET, PATCH
Request parameters for GET
Parameter Name Type Description Required or Optional Available Version
page Integer Number of the page you want returned. Starts at 0. If you don’t specify a value or if you specify 0, the first page is returned. Optional 62.0
pageSize Integer Number of items per page. Valid values are from 1 through 250. If you don't specify a value, the default size is 25. Optional 62.0
Request body for PATCH
Managed Content Space Channels Input
Root XML tag
<ManagedContentSpaceChannelsInputRepresentation>
JSON example
{
  "spaceChannels": [
    {
      "channelId": "0ap000000000001",
      "operation": "Add"
    },
    {
      "channelId": "0ap000000000003",
      "operation": "Remove"
    },
    {
      "channelId": "0ap000000000004",
      "operation": "Remove"
    },
    {
      "channelId": "0ap000000000002",
      "operation": "Add"
    }
  ]
}
Properties
Name Type Description Required or Optional Available Version
spaceChannels Managed Content Space Channel Input[] List of channels to add or remove from the managed content space. Required 62.0
Response body for Get and PATCH
Managed Content Space Channels