Introduction.
This JSON returns the message of the day set in the Sakai instance.
JSON link.
Use this link to retrieve the JSON service.
/sdata/motd
JSON service closer look.
Bar.java
{"items":[{"motdBody":"<p>This is the message of the day!<\/p>\r\n\r\n<p>Dit is de boodschap van de dag!<\/p>","motdUrl":"http://celestine.caret.local:8080/access/announcement/msg/!site/motd/c1416055-1b9c-4ba2-8d3a-442c585203da"}]}
JSON fields.
| field | description |
|---|---|
| items | contains the motd object |
| motdBody | contains the motd body |
| motdUrl | contains the link to the motd |