Newer Version Available
CMS Space Channels
Get channels for a managed content space. Add or remove channels from a managed content
space.
- Resource
-
1/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
-
1{ 2 "spaceChannels": [ 3 { 4 "channelId": "0ap000000000001", 5 "operation": "Add" 6 }, 7 { 8 "channelId": "0ap000000000003", 9 "operation": "Remove" 10 }, 11 { 12 "channelId": "0ap000000000004", 13 "operation": "Remove" 14 }, 15 { 16 "channelId": "0ap000000000002", 17 "operation": "Add" 18 } 19 ] 20} - 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