To get the announcement data, a call must be made to:
{Site URL}/roi360/announcements/interface.ashx?method=DataGet
This will return JSON data in the following format:
{
"Title":"",
"Body":"",
"LinkText":"",
"LinkUrl":""
}
Note: this handler is accessible outside the application (i.e. without a session).