listCmsContentMaps

get

/ccadmin/v1/cmsContentMaps

List CmsContentMaps. Returns a list of CmsContentMaps.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : listCmsContentMaps_response
Type: object
Show Source
Example Response (application/json)
[
    [
        {
            "createdDate":"2108-01-01T05:36:20.131Z",
            "sourceType":"myBlog",
            "contentId":"my-blog-123",
            "cmsPageSlug":"blog/blog-1",
            "layoutId":"AB789",
            "version":5,
            "contentType":"default",
            "channelId":"MyChannelId1"
        },
        {
            "createdDate":"2108-01-01T05:36:20.131Z",
            "sourceType":"ExampleContent",
            "contentId":"cars-all-new-rush",
            "cmsPageSlug":"/cars/all_new_rush",
            "layoutId":"pl200002",
            "version":1,
            "contentType":"default",
            "channelId":"A12345678"
        }
    ]
]

Default Response

The default error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top