Program API

Get All Programs

GET /ssp/api/1/reference/program/all

Security

SERVICE_REFERENCE_READ

Returns

{"success" : "true",
 "results" : "4",
 "rows" : 
[
   {"code":"AES-AS",
    "name":"Associates of Science in Aerospace"},
   {"code":"AES-BS",
    "name":"Bachelors of Science in Aerospace"},
   {"code":"AST-AS",
    "name":"Associates of Science in Astronomy"},
   {"code":"AST-BS",
    "name":"Bachelors of Science in Astronomy"}
]

 

Get a Program

GET /ssp/api/1/reference/program/{code}

Security

SERVICE_REFERENCE_READ

Returns

{"code":"AES-AS",
 "name":"Associates of Science in Aerospace"}