find_registration - xamgems/UWSchedule GitHub Wiki
Web Service
- Request:
GET
- Params:
user_name
,quarter
- Returns: JSON list of user registration of that quarter:
[{"credits": "4", "sln": "10208", "course_number": "301", "title": "BEG SCI COMPUTING", "department_code":
"AMATH", "type": "LC", "section_id": "A"}]
- URL: http://shermanpay.com/uw_schedule/find_registration
Description
Finds user_name
in database matching that quarter
and returns user registration in JSON format if found.
Else returns http error: Not Found