Get All Departments
GET /ssp/api/1/reference/department/all
...
Code Block |
---|
{"success" : "true", "results" : "6", "rows" : [ {"code":"DEP_AC", "name":"Division of Academic Counseling"}, {"code":"DEP_AS", "name":"Department of Academic Services"}, {"code":"DEP_DS", "name":"Division of Disability Support"}, {"code":"DEP_HS", "name":"Department of Health Services"}, {"code":"DEP_IS", "name":"Division of International Studies"}, {"code":"DEP_LR", "name":"Division of Learning Resources"}, {"code":"DEP_T", "name":"Department of Technology"} ] |
Get a Department
GET /ssp/api/1/reference/department/{code}
...