find_user - xamgems/UWSchedule GitHub Wiki
Web Service
- Request:
GET
- Params:
user_name
- Returns: JSON of user information with the following format:
[{"timestamp": "2013-12-15T20:18:21", "user_name": "xxxx", "id": xx}]
- URL: http://shermanpay.com/uw_schedule/find_user
Description
Finds user_name
in database and returns user information in JSON format if found.
Else returns HTTP error: Not Found