|
Study credits info
|
student_programme | Get sums of credits used on the given student programme. (administrative) |
used_sum | Get the sum of credits used |
services/credits/student_programme ¶
Administrative: This method requires a proper Administrative Consumer Key. Contact us to get one.
|
||||||
https://usosapps.amu.edu.pl/services/credits/student_programme | ||||||
Returns dictionary with numbers of credits used on specified student programme
| ||||||
students_programme_id | required | ID of students programme. | ||||
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. Token is not required. | ||||||
Returned value: A dictionary of selected result fields and their values. Available fields:
|
services/credits/used_sum ¶
|
||||||
https://usosapps.amu.edu.pl/services/credits/used_sum | ||||||
Returns the sum of ECTS credits based on the course's that have been linked to a specified programme and passed. Details of this calculations can be, in some cases, complex and are defined according to an act. This sum is used for a study declaration that is required to study free of charge. If neither of the optional parameters is used than we return the overall sum that takes into account all of the student's programmes. User token is required in that situation. | ||||||
students_programme_id | optional |
If this parameter is used credits sum will be based only on the courses linked to this student's programme. |
||||
programme_id | deprecated |
This parameter is deprecated. Use students_programme_id instead. Note that you cannot use both programme_id and students_programme_id! ID of a student programme. If this parameter is used than:
|
||||
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: Sum of ECTS credits as a decimal number. |