Changes between Version 19 and Version 20 of api_v1
- Timestamp:
- 2012-10-03T18:46:21Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
api_v1
v19 v20 175 175 176 176 ||GET||/v1/courses/{course_id}/events||get a list of events in course {course_id}|| 177 || ||parameter|COURSE_ID|| 178 || ||status (success)||HTTP/1.1 200 OK|| 179 || ||output (success)||[{"title":"TITLE0","course_id":"COURSE_ID","event_template_type_id":"TEMPLATE_ID","id":"EVENT_ID0"},{"title":"TITLE1","course_id":"COURSE_ID","event_template_type_id":"TEMPLATE_ID","id":"EVENT_ID1"}] 180 || ||status (failure)||HTTP/1.1 Not Found|| 181 || ||output (failure)||none|| 177 182 ||GET||/v1/courses/{course_id}/events/{event_id}||get a event in course {course_id}|| 183 || ||parameter||COURSE_ID|| 184 || ||parameter||EVENT_ID|| 185 || ||status (success)||HTTP/1.1 200 OK|| 186 || ||output (success)||{"title":"TITLE","course_id":"COURSE_ID","event_template_type_id":"TEMPLATE_ID","id":"EVENT_ID"}|| 187 || ||status (failure)||HTTP/1.1 404 Not Found|| 188 || ||output (failure)||none|| 178 189 ||GET||/v1/users/{user_id}/events||get events for a user|| 179 190