CMS Spaces

Get managed content spaces. Create a managed content space.
Resource
1/connect/cms/spaces
Available version
64.0
HTTP methods
GET, POST
Request parameters for GET
Parameter Name Type Description Required or Optional Available Version
nameFragment String Name fragment to filter spaces that contain the value in the workspace name. Optional 64.0
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 64.0
pageSize Integer Specifies the 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 64.0
Response body for GET
Managed Content Space Collection
Request body for POST
Root XML tag
<ManagedContentSpaceInputRepresentation>
JSON example
1{
2"name": "ShoeStoreWorkspace",
3"description": "To serve shoe store content.",
4"defaultLanguage": "en_US",
5"spacetype": "Content",
6"apiName": "shoe_store_workspace"
7}
Properties
Name Type Description Required or Optional Available Version
apiName String API name of the managed content space. Optional 64.0
defaultLanguage String Default language of the managed content space. Optional 64.0
description String Description of the managed content space. Optional 64.0
name String Name of the managed content space. Required 64.0
spaceType String Type of managed content space. Values are:
  • Content
  • Marketing
Optional 64.0
Response body for POST
Managed Content Space