Skip to content
errygg edited this page Apr 19, 2012 · 1 revision

Return all available programs for a given school.

Resource URL api./1/programs/lookup.format

Parameters school_name Name of the school to lookup required Example Values: SCIS, SM, SMSS, SEC

Format [ { "name": "", "types": "" } { "name": "", "types": "" } ] Example Request

GET api./1/programs/lookup.json?school_name=SCIS [ { "name": "Business Technology Management", "types": "BS" } { "name": "Computer Networking", "types": "BS" } { "name": "Computer Science", "types": "BS" } { "name": "Computer Information Systems", "types": "BS" } { "name": "Database Technologies", "types": "MS" } { "name": "Information Technology Management", "types": "MS" } { "name": "Information Assurance", "types": "MS" } { "name": "Software Engineering", "types": "MS" } { "name": "Software Engineering and Database Technologies", "types": "MS" } { "name": "Systems Engineering", "types": "MS" } ]

Clone this wiki locally