Newsroom JSON Installation

This is a guide with a few examples on how to install a JSON feed to access list page data from your newsroom HQi instance. You can replace demo.test.irmau.com with your provided instance code. 

The code examples below will only work on a secure domain.

If you would like more detailed documentation you can visit your website json documentation (replace "yourwebsite" of the below URL with your ticker instance): https://demo.test.irmau.com/site/feed/1.0/help.aspx which has the models and methods associated with the JSON feed. 

Loading and displaying raw json results

This is a good way to view the data that is available.

 

Load a single item

This function will load a single item by passing the id of the item you want to load.

 

Load a List of Items

Using this you can load a list of items from a specific year or month.

 

Load all available years as buttons for items list

This will load all of the available years as buttons that can be used to load the above list.