Code | Description |
---|---|
404 | Couldn't find Institute with 'id'=':id' |
403 | You are not authorized to access this page. |
{ 'example_request_params': { 'nonce': '1527500365', 'timestamp': 1527500365052, 'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff' }, 'example_response': { 'institute': { 'id': 1, 'name': 'ProctorExam', 'created_at': '2018-08-20T15:11:09.284+02:00', 'updated_at': '2019-01-22T10:30:59.794+01:00', 'short_name': 'pe', 'logo_image_file_name': null, 'logo_image_content_type': null, 'logo_image_file_size': null, 'logo_image_updated_at': null, 'callback_url': null, 'tawk_url': null, 'check_requirements_emails_enabled': true, 'reminder_emails_enabled': true, 'exam_link_emails_enabled': true, 'exam_changed_emails_enabled': true, 'exam_finalized_emails_enabled': true, 'global_proctor': true, 'global_reviewer': true, 'token_value': 30, 'tawk_api_key': null, 'default_exam_languages': 'fr,nl,es,ar,no', 'logo_image': '/logo_images/original/missing.png', 'tokens': [] } } }
Param name | Description |
---|---|
id required |
ID of the requested institute. Validations:
|
timestamp required |
Timestamp of the request in milliseconds. Validations:
|
nonce required |
Random number unique between the api calls made in the previous 24 hours. Validations:
|
signature required |
HMAC sha256 hex encoded hash, using the user secret_key as key, of the query string build with all the other parameters in the format 'name=value' joined by '?' and ordered alphabethically by name. Do not use encoding scheme on the values you use to calculate the string Validations:
|