{
"_links": {
"self": {
"href": "https://kb.wisc.edu/helpdesk/api/v1/categories?page=1"
},
"first": {
"href": "https://kb.wisc.edu/helpdesk/api/v1/categories"
},
"last": {
"href": "https://kb.wisc.edu/helpdesk/api/v1/categories?page=5"
},
"next": {
"href": "https://kb.wisc.edu/helpdesk/api/v1/categories?page=2"
}
},
"_embedded": {
"category": [
{
"id": "2",
"cat_id": "1001",
"parent_id": "931",
"level": "3",
"cat_name": "My UW-Madison",
"cat_desc": "UW Application - My UW-Madison",
"select_name": "My UW-Madison",
"int": "1",
"ext": "1",
"reminder": "1",
"hot": "1",
"admin_only": "0",
"public_share": "1",
"parent": "0",
"group_id": "1",
"user_group_id": "0",
"contact_email": "",
"notify_email": "",
"doc_id": "0",
"sort": "0",
"active": "1",
"_links": {
"self": {
"href": "https://kb.wisc.edu/helpdesk/api/v1/categories/2"
}
}
},
{
"id": "5",
"cat_id": "1004",
"parent_id": "1656",
"level": "3",
"cat_name": "WiscVPN",
"cat_desc": "UW Application - WiscVPN",
"select_name": "WiscVPN",
"int": "1",
"ext": "1",
"reminder": "1",
"hot": "1",
"admin_only": "0",
"public_share": "1",
"parent": "0",
"group_id": "1",
"user_group_id": "0",
"contact_email": "",
"notify_email": "",
"doc_id": "0",
"sort": "0",
"active": "1",
"_links": {
"self": {
"href": "https://kb.wisc.edu/helpdesk/api/v1/categories/5"
}
}
},
...
}
]
},
"page_count": 5,
"page_size": 25,
"total_items": 112,
"page": 1
}