notify
post
/ccadmin/v1/contentnotification/{cmsId}
Process notifications from external Content Management Systems when content items are published by the CMS.
Request
Supported Media Types
- application/json
Path Parameters
-
cmsId: string
ID of CMS system sending publish notification - for the Oracle CEC system the id is 'OracleCEC'.
Response
Supported Media Types
- application/json
200 Response
Triggers the retrieval of changes to published content items from the CMS.
Root Schema : schema
Example Response (application/json)
{
"offset":0,
"hasMore":false,
"limit":1,
"count":1,
"links":[
{
"rel":"self",
"href":"/contentnotification/OracleCEC"
}
]
}