|
Exam reports
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| course_edition | (deprecated) Get exams and grades related to given course edition |
| course_edition2 | Get exams and grades related to given course edition |
| exam | Get info about exam. |
| exam_session | Get info about exam sessions related to en exam. |
| user | Get exams and grades related to given course edition |
| user2 | Get exams and grades related to given course edition |
services/examrep/course_edition ¶
|
||||||
| https://usosapps.umk.pl/services/examrep/course_edition | ||||||
|
This method is deprecated, please avoid using it - read more Suggested replacement: services/examrep/course_edition2 Get exam reports related to given course edition. Access to grades have only coordinators and lecturers of the course edition | ||||||
| course_id | required | ID of course | ||||
| term_id | required | ID of academic term | ||||
| fields | optional |
Default value: course_exam|course_units_exams Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section. |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus optional standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
|
Returned value: A dictionary of selected fields and their values. Available fields:
| ||||||
services/examrep/course_edition2 ¶
|
||||||
| https://usosapps.umk.pl/services/examrep/course_edition2 | ||||||
|
Get exam reports related to given course edition. Access to grades have only coordinators and lecturers of the course edition | ||||||
| course_id | required | ID of course | ||||
| term_id | required | ID of academic term | ||||
| fields | optional |
Default value: id|type_id|type_description Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of exam method. |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus optional standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
|
Returned value: A dictionary of selected fields and their values. Available fields:
| ||||||
services/examrep/exam ¶
|
||||||
| https://usosapps.umk.pl/services/examrep/exam | ||||||
|
Get info about exam. | ||||||
| id | required | ID of an exam. | ||||
| fields | optional |
Default value: id|type_id|type_description Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section. |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus optional standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
|
Returned value: A dictionary of selected fields and their values. Available fields:
| ||||||
|
Thrown errors:
| ||||||
services/examrep/exam_session ¶
|
||||||
| https://usosapps.umk.pl/services/examrep/exam_session | ||||||
|
Get info about exam sessions related to en exam. | ||||||
| exam_id | required | ID of an exam report | ||||
| number | required | number of exam session | ||||
| fields | optional |
Default value: number|examrep_id|status|description|deadline|is_editable Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section. |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus optional standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
|
Returned value: A dictionary of selected fields and their values. Available fields:
| ||||||
services/examrep/user ¶
|
||||||
| https://usosapps.umk.pl/services/examrep/user | ||||||
|
Get exam reports related to given course edition. Access to grades have only coordinators and lecturers of the course edition | ||||||
| term_ids | required | ID of academic term | ||||
| fields | optional |
Default value: id|type_id|type_description Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of exam method. |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus required oauth_token for Token authorization. | ||||||
|
Returned value: A dictionary mapping academic term IDs to dictionary mapping course id to list of course exams objects. Each course exams object contains the following fields:
| ||||||
services/examrep/user2 ¶
|
||||||
| https://usosapps.umk.pl/services/examrep/user2 | ||||||
|
Get exam reports related to given course edition. Access to grades have only coordinators and lecturers of the course edition | ||||||
| fields | optional |
Default value: id|type_id|type_description Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of exam method. |
||||
| term_ids | optional |
Default value: (empty string) ID of academic term |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus required oauth_token for Token authorization. | ||||||
|
Returned value: A dictionary mapping academic term IDs to dictionary mapping course id to list of exam reports. | ||||||