Preview API
API documentation for the required endpoints that the Presentation Preview plugin needs to work.
Last updated
API documentation for the required endpoints that the Presentation Preview plugin needs to work.
Last updated
{
"success": true,
"content": "article page as html here"
}{
"success": false
}{
"data": {
"uuid": "article uuid here!" // Optional
"meta": {
"imengine" : "https://yes.hello", // The url of the editorial Imengine
"concepts": // Related concepts here
[
"13e5896f-e9c7-4481-8bb4-bd48bb69943d",
"90a0891b-2804-4c89-9515-d042c2f23e18"
],
"articles": // Related articles here
[
"13e5896f-e9c7-4481-8bb4-bd48bb69943d",
"90a0891b-2804-4c89-9515-d042c2f23e18"
]
},
"content" : "NewsML idf xml here! Kan be found on the property 'BodyRaw' in public OC."
}
}