A great tool of Newsroom is the ability to consume news data in JSON format and display your news inside websites and apps.
Content
Newsroom provides the endpoints for news items and newsletter issues including image paths, story text, classifications, dates and published/not published flags so that data can be rendered in websites and apps.You simply need to make a GET request to a URL such as https://demo.portalhq.com.au/newsroom/public/api/issues/?format=json&ordering=desc&published=trueBelow is an example of a newsletter …
Read full article
Raw_HTML
Content
Submissions can also be obtained from URL using GET. You simply need to append "/newsroom/public/api/submissions/" onto your portal URL.
Read full article