|
Meetings
|
accept_participant | Accept participant to specific meeting date |
available_meetings | Get all meetings available for user. |
cart | Get user meetings cart |
course_meetings | Search for specific course meetings for student |
courses_with_meetings | Search for student course units with meetings |
delete_note | Delete private or public note. |
generate_meeting_dates | Generate meeting dates |
get_meeting_substantiations | Get meeting substantiations |
get_note | Get meeting note. |
get_rejection_substantiations | Get meeting rejection substantiations |
lecturer | Search for meetings for lecturer |
lecturer_meeting_dates | Search for meeting dates of specified meeting conducted by user. |
meeting | Get information about a single meeting. |
meeting_all_dates | Search for all meeting dates for specific meeting. |
meeting_date | Get information about single meeting date |
meeting_date_participants | Get meeting date participants. |
meeting_dates | Get information about multiple meeting dates |
meetings | Get information about a multiple meetings. |
note | Get meeting note instance. |
open_meeting_dates | Search for open meeting dates for specific lecturer |
participant | Get information about meeting participant. |
participants | Get information about multiple meeting participants. |
put_note | Create or edit meeting note |
reject_participant | Reject participant from specific meeting date |
search_meeting_dates | Search for dates fot specific meeting for student |
sign_off | Sign off from specific meeting date |
sign_up | Sign up for specific meeting date |
sign_up_non_usos_person | Sign up non USOS person for specific meeting date |
sign_up_specific_user | Sign up specific user for specific meeting date |
substantiation | Get substantiation object |
user_calendar | Search lecturer's meeting dates |
services/meetings/accept_participant ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/accept_participant | ||||||
Accept participant to specific meeting date | ||||||
participant_id | required | Participant ID | ||||
message_lang_code | optional |
Default value: pl Language code for message about changing the order in the listPossible values: pl, en. |
||||
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: Empty dict on success. | ||||||
Thrown errors:
|
services/meetings/available_meetings ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/available_meetings | ||||||
Get all meetings available for user. | ||||||
fields | optional |
Default value: id|name|comment|open Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of meeting 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: List of meetings, as described in meeting. |
services/meetings/cart ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/cart | ||||||
Get user meetings cart | ||||||
fields | optional |
Default value: id Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of participant 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: List of meeting participant entries, as described in participant. |
services/meetings/course_meetings ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/course_meetings | ||||||
Search for specific course meetings for student | ||||||
course_id | required | Course ID | ||||
fields | optional |
Default value: id|name|comment|open Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of meeting 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: List of course meetings, as described in meeting. | ||||||
Thrown errors:
|
services/meetings/courses_with_meetings ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/courses_with_meetings | ||||||
Search for student course units with meetings | ||||||
fields | optional |
Default value: id Selector of result fields you are interested in. The selector must contain subset of primary fields, which are described in the returns section of services/courses/unit 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: List of course units with meetings, as described in services/courses/unit. |
services/meetings/delete_note ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/delete_note | ||||||
Delete private or public note. Only staff members or administrative consumers can access this method.
| ||||||
note_id | required | Note ID | ||||
note_type | required |
Note type Possible values: private, public. |
||||
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: Empty dict on success. | ||||||
Thrown errors:
|
services/meetings/generate_meeting_dates ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/generate_meeting_dates | ||||||
Generate meeting dates using timetable activities generation algorithm. Note that this method does not create any meeting entries. | ||||||
start_date | required | Start date | ||||
end_date | required | End date | ||||
number | required | Number of meeting dates | ||||
frequency | required |
Type of frequency Possible values: daily, weekly, week_days, weekends, biweekly_odd, biweekly_even, monthly. |
||||
use_calendar | optional |
Default value: false Boolean, should calendar be used |
||||
week_day | optional |
Default value: (empty string) Number of week day (if needed by frequency) |
||||
fac_id | optional |
Default value: (empty string) Faculty ID |
||||
start_even | optional |
Default value: false Start from even week |
||||
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: List of dates. |
services/meetings/get_meeting_substantiations ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/get_meeting_substantiations | ||||||
Get meeting substantiations for organization unit
| ||||||
fac_id | required | faculty ID | ||||
with_parents | optional |
Default value: true boolean, should parent faculties be also selected? |
||||
fields | optional |
Default value: id|name|message|type Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of substantiation 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 optional oauth_token for Token authorization. | ||||||
Returned value: List of meeting substantiations, as described in substantiation. |
services/meetings/get_note ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/get_note | ||||||
Get meeting note. | ||||||
fac_id | required | Faculty ID | ||||
term_id | required | Term ID | ||||
user_id | required | User ID | ||||
note_type | required |
type of note Possible values: private, public. |
||||
fields | optional |
Default value: id|creation_date|content 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 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 of selected fields and their values. Available fields:
| ||||||
Thrown errors:
|
services/meetings/get_rejection_substantiations ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/get_rejection_substantiations | ||||||
Get meeting rejection substantiations for organization unit
| ||||||
fac_id | required | faculty ID | ||||
with_parents | optional |
Default value: true boolean, should parent faculties be also selected? |
||||
fields | optional |
Default value: id|name|message|type Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of substantiation 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 optional oauth_token for Token authorization. | ||||||
Returned value: List of meeting substantiations, as described in substantiation. |
services/meetings/lecturer ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/lecturer | ||||||
Get all meetings available for lecturer
| ||||||
user_id | optional |
Default value: (access token issuer) ID of a user. |
||||
fields | optional |
Default value: id|name|comment|open Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of meeting 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: List of lecturer meetings, as described in meeting. | ||||||
Thrown errors:
|
services/meetings/lecturer_meeting_dates ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/lecturer_meeting_dates | ||||||
Search for meeting dates of specified meeting conducted by user. Only staff members or administrative consumers can access this method.
| ||||||
meeting_id | required | Meeting ID | ||||
fields | optional |
Default value: id|comment|start_time|end_time|registration_start_time|registration_end_time|seats_limit|reserve_seats_limit|meeting Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of meeting_date 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: List of dates for meeting, as described in meeting_date. | ||||||
Thrown errors:
|
services/meetings/meeting ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/meeting | ||||||
Get information about a single meeting. | ||||||
meeting_id | required | Meeting ID | ||||
fields | optional |
Default value: id|name|comment|open 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 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 of selected fields and their values. Available fields:
|
services/meetings/meeting_all_dates ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/meeting_all_dates | ||||||
Search for all meeting dates for specific meeting. | ||||||
meeting_id | required | Meeting ID | ||||
fields | optional |
Default value: id|comment|start_time|end_time|registration_start_time|registration_end_time|seats_limit|reserve_seats_limit|meeting Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of meeting_date 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: List of all meeting dates for meeting, as defined in meeting_date method. |
services/meetings/meeting_date ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/meeting_date | ||||||
Get information about single meeting date | ||||||
meeting_date_id | required | ID of meeting date | ||||
fields | optional |
Default value: id|comment|start_time|end_time|registration_start_time|registration_end_time|seats_limit|reserve_seats_limit|meeting 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 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 of selected fields and their values. Available fields:
|
services/meetings/meeting_date_participants ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/meeting_date_participants | ||||||
Get meeting date participants. Only staff members or administrative consumers can access this method.
| ||||||
meeting_date_id | required | Meeting date ID | ||||
fields | optional |
Default value: id Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of participant 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: List of meeting date participants, as descibed in participant. | ||||||
Thrown errors:
|
services/meetings/meeting_dates ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/meeting_dates | ||||||
Get information about multiple meeting dates | ||||||
meeting_date_ids | required | ID of meeting date | ||||
fields | optional |
Default value: id|comment|start_time|end_time|registration_start_time|registration_end_time|seats_limit|reserve_seats_limit|meeting Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of meeting_date 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 that will map your meeting_date_ids to meeting date objects, as defined in the meeting_date method. |
services/meetings/meetings ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/meetings | ||||||
Get information about a multiple meetings. | ||||||
meeting_ids | required | Meeting IDs | ||||
fields | optional |
Default value: id|name|comment|open Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of meeting 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 that will map your meeting_ids to meeting objects, as defined in the meeting method or null if meeting with such ID does not exist. |
services/meetings/note ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/note | ||||||
Get meeting note instance, that is both public and private meeting note. This method is meant for staff, because
it only returns notes authored by access token issuer.
| ||||||
id | required | Meeting note ID | ||||
fields | optional |
Default value: id|creation_date|private_note|public_note 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 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 of selected fields and their values. Available fields:
| ||||||
Thrown errors:
|
services/meetings/open_meeting_dates ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/open_meeting_dates | ||||||
Search for open meeting dates for specific lecturer | ||||||
lecturer_id | required | Lecturer ID | ||||
fields | optional |
Default value: id|comment|start_time|end_time|registration_start_time|registration_end_time|seats_limit|reserve_seats_limit|meeting Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of meeting_date 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: List of open meeting dates for lecturer, as defined in meeting_date method. | ||||||
Thrown errors:
|
services/meetings/participant ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/participant | ||||||
Get information about meeting participant.
| ||||||
participant_id | required | Participant ID | ||||
fields | optional |
Default value: id 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 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 of selected fields and their values. Available fields:
|
services/meetings/participants ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/participants | ||||||
Get information about multiple meeting participants. | ||||||
participant_ids | required | Pipe-separated list of participant IDs. | ||||
fields | optional |
Default value: id Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of participant 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 that will map your participant_ids to participant objects, as defined in the participant method. |
services/meetings/put_note ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/put_note | ||||||
Create or edit meeting note | ||||||
fac_id | required | Faculty ID | ||||
term_id | required | Term ID | ||||
user_id | required | User ID | ||||
note_type | required |
type of note Possible values: private, public. |
||||
content | required | Note content | ||||
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: Empty dict on success. | ||||||
Thrown errors:
|
services/meetings/reject_participant ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/reject_participant | ||||||
Reject participant from specific meeting date | ||||||
participant_id | required | Participant ID | ||||
substantiation_id | optional | Rejection substantiation ID | ||||
substantiation_message | optional | Rejection substantiation message | ||||
message_lang_code | optional |
Default value: pl Language code for message about changing the order in the listPossible values: pl, en. |
||||
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: Empty dict on success. | ||||||
Thrown errors:
|
services/meetings/search_meeting_dates ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/search_meeting_dates | ||||||
Get dates for specific meeting for student
| ||||||
meeting_id | required | Meeting ID | ||||
fields | optional |
Default value: id|comment|start_time|end_time|registration_start_time|registration_end_time|seats_limit|reserve_seats_limit|meeting Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of meeting_date 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: List of meeting dates for specific meeting, as described in meeting_date |
services/meetings/sign_off ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/sign_off | ||||||
Sign off from specific meeting date | ||||||
meeting_date_id | required | Meeting date ID | ||||
message_lang_code | optional |
Default value: pl Language code for message about changing the order in the listPossible values: pl, en. |
||||
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: Empty dict on success. | ||||||
Thrown errors:
|
services/meetings/sign_up ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/sign_up | ||||||
Sign up for specific meeting date | ||||||
meeting_date_id | required | Meeting date ID | ||||
substantiation_id | required | Substantiation ID | ||||
substantiation_message | optional | Substantiation message | ||||
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: Empty dict on success. | ||||||
Thrown errors:
|
services/meetings/sign_up_non_usos_person ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/sign_up_non_usos_person | ||||||
Sign up non USOS person for specific meeting date | ||||||
meeting_date_id | required | Meeting date ID | ||||
first_name | required | First name | ||||
last_name | required | Last name | ||||
status | optional |
Default value: accepted user registration statusPossible values: accepted, waiting. |
||||
optional | E-mail address | |||||
contact_data | optional | Contact data | ||||
substantiation_id | optional | Substantiation ID | ||||
substantiation_message | optional | Substantiation message | ||||
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: Empty dict on success. | ||||||
Thrown errors:
|
services/meetings/sign_up_specific_user ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/sign_up_specific_user | ||||||
Sign up specific user for specific meeting date | ||||||
user_id | required | User ID | ||||
meeting_date_id | required | Meeting date ID | ||||
status | optional |
Default value: accepted user registration statusPossible values: accepted, waiting. |
||||
substantiation_id | optional | Substantiation ID | ||||
substantiation_message | optional | Substantiation message | ||||
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: Empty dict on success. | ||||||
Thrown errors:
|
services/meetings/substantiation ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/substantiation | ||||||
Get substantiation object | ||||||
id | required | ID of substantiation | ||||
fields | optional |
Default value: id|name|message|type 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 required 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/meetings/user_calendar ¶
|
||||||
https://usosapi.awf.krakow.pl/services/meetings/user_calendar | ||||||
Search lecturer's meeting dates | ||||||
lecturer_id | required | Lecturer ID | ||||
start | optional |
Default value: (empty string) Start date, today if empty |
||||
days | optional |
Default value: 7 Days count |
||||
fields | optional |
Default value: id|comment|start_time|end_time|registration_start_time|registration_end_time|seats_limit|reserve_seats_limit|meeting Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of meeting_date 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: List of meeting date objects, as described in meeting_date |