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
Path Parameters
  • ID of CMS system sending publish notification - for the Oracle CEC system the id is 'OracleCEC'.
Back to Top

Response

Supported Media Types

200 Response

Triggers the retrieval of changes to published content items from the CMS.
Body ()
Root Schema : schema
Example Response (application/json)
{
    "offset":0,
    "hasMore":false,
    "limit":1,
    "count":1,
    "links":[
        {
            "rel":"self",
            "href":"/contentnotification/OracleCEC"
        }
    ]
}
Back to Top