listCmsContentMaps
get
/ccadmin/v1/cmsContentMaps
List CmsContentMaps. Returns a list of CmsContentMaps.
Request
Supported Media Types
- application/json
Query Parameters
Back to Top
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : listCmsContentMaps_response
Type:
Show Source
object
-
channelId:
string
The channel ID.Example:
A12345678
-
cmsPageSlug:
string
The CMS url page slug. This is used for page renderingExample:
/cars/all_new_rush
-
contentId:
string
The content ID.Example:
cars-all-new-rush
-
contentType:
string
The content type.Example:
default
-
layoutId:
string
The layout ID. (Obsolete)Example:
oracle.doceng.json.BetterJsonNull@7ae752bb
-
sourceType:
string
The source type.Example:
ExampleContent
-
version:
integer(long integer)
The version of the content map.Example:
1
Example Response (application/json)
[
[
{
"createdDate":"2108-01-01T05:36:20.131Z",
"sourceType":"OracleCEC",
"contentId":"CONT11DDAFF43DA5123D287EADB4C33C01DE0",
"cmsPageSlug":"blog/blog-1",
"id":"100678",
"contentType":"BlogPost",
"layoutId":null,
"localeId":"en",
"channelId":"CHANNELF1234ADH3915231DG"
},
{
"createdDate":"2108-01-01T05:36:20.131Z",
"sourceType":"OracleCEC",
"contentId":"CONT12CCAFF44DA5123D287EADB4C33C01DE0",
"cmsPageSlug":"/cars/all_new_rush",
"id":"100791",
"contentType":"Cars",
"layoutId":null,
"localeId":"en",
"channelId":"CHANNELF11111CP2130KDP1230A"
}
]
]
Default Response
The default error response
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code