Get Company and Department News
This service returns the content from the front page in tamigo. The content is returned as HTML. This service is available to all roles.
Request (JSON)
GET /News/?securityToken={sessionToken})
Response (JSON)
HTTP/1.1 200 OK Content-Type: text/html <html><body> <h1>{departmentNews}</h1> <div id="departmentNews"> {content} </div> <h1>{companyNews}</h1> <div id="companyNews"> {content} </div>