{
"_links": {
"self": {
"href": "https://kb.wisc.edu/api/v1/news?page=1"
},
"first": {
"href": "https://kb.wisc.edu/api/v1/news"
},
"last": {
"href": "https://kb.wisc.edu/api/v1/news?page=1"
}
},
"_embedded": {
"news": [
{
"id": "9876",
"title": "Important Update for Faculty and Staff",
"summary": "The University has made several important changes to service eligibility for retired faculty and staff.",
"updated": "2017-03-20 11:34:07",
"created": "2017-03-18 16:03:48",
"activation": "2017-03-19 09:22:16",
"expiration": "2017-03-26 09:22:16",
"ownerGroup": "DoIT Help Desk",
"_links": {
"self": {
"href": "https://kb.wisc.edu/api/v1/news/9876"
}
}
},
{
"id": "8989",
"title": "Learning Management System Upgrade",
"summary": "Our Learning Management System will be upgraded to version 12 over the weekend.",
"updated": "2017-03-15 18:48:01",
"created": "2017-02-17 07:40:26",
"activation": "2017-02-17 18:23:40",
"expiration": "2017-04-24 18:23:40",
"ownerGroup": "Learn@UW",
"_links": {
"self": {
"href": "https://kb.wisc.edu/api/v1/news/8989"
}
}
},
...
}
]
},
"page_count": 1,
"page_size": 25,
"total_items": 13,
"page": 1
}