| Code | Description |
|---|---|
| 403 | You are not authorized to access this page. |
{
'example_request_params': {
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff',
'page': 1
},
'example_response': {
'students': [
{
'id': 1,
'session_id': null,
'student_id': null,
'external_id': null,
'proctor_id': null,
'pre_assigned_proctor_id': null,
'time_slot': 1,
'created_at': '2018-11-17T17:01:25.788+01:00',
'updated_at': '2018-11-17T17:13:30.427+01:00',
'email': 'student1@example.com',
'operating_system': 'OS X 10.14.1',
'browser': 'Chrome',
'browser_version': '70.0.3538.102',
'status': 'exam_finished',
'token': null,
'screenshare_check': 'not_started',
'microphone_check': 'not_started',
'speakers_check': 'not_started',
'webcam_check': 'not_started',
'mobile_check': 'not_started',
'dummy_exam_survey': null,
'skip_requirements': false,
'send_confirmation': false,
'name': 'Student 1',
'start_time': '2018-11-17T17:09:39.373+01:00',
'exam_id': 1,
'expires_at': null,
'end_time': '2018-11-17T17:10:19.477+01:00',
'entered_room': true,
'reservation_time': '2018-11-17T17:04:28.633+01:00',
'exam_document_content_type': null,
'exam_document_file_size': null,
'exam_document_updated_at': null,
'reviewed': '10',
'id_card_file_name': 'data',
'id_card_content_type': 'image/png',
'id_card_file_size': 187297,
'face_photo_file_name': 'data',
'face_photo_content_type': 'image/png',
'face_photo_file_size': 206025,
'bandwidth_check': 'not_started',
'bandwidth_speed': null,
'open_time': '2018-11-13T11:13:00.000+01:00',
'individual_info': 'individual_info for user 1',
'rtc_session_id': 0,
'in_setup': false,
'in_check_requirements': false,
'attempt': 0,
'archived': true,
'current_exam_mode': '01010000',
'rtc_session_ids': [],
'transcoding_status': 'not_sent_to_queue',
'is_individual_info_html': true,
'priority': '01',
'recording_started_at': null,
'recording_ended_at': null,
'is_email_sent': false,
'preserve': false,
'incidents': [{'id': 1,
'student_session_id': 1,
'comment': 'comment',
'created_at': '2018-11-17T17:10:19.477+01:00',
'updated_at': '2018-11-17T17:10:19.477+01:00',
'offset_time':0}
]
}
]
}
}
| Param name | Description |
|---|---|
|
exam_id required |
ID of the student’s exam. Validations:
|
|
status optional |
Status to filter student sessions. Has to be one of registered,before_check_req_mail,email_bounced,email_sent,after_check_req_mail,before_check_req,after_check_req,in_setup,exam_not_started,exam_started,exam_finished Validations:
|
|
page optional |
Page number, returns LIMIT items per page. The X-Pagination-* HTTP headers contain the information about the total number of items (X-Pagination-Item-Count), the total number of pages (X-Pagination-Page-Count), the current page number (X-Pagination-Page) and the number of items per page (X-Pagination-Limit). Validations:
|
|
limit optional |
Number of items returned per page. Default and maximum value is 300. 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:
|
|
sort optional |
Sort by column(s). Stringified JSON constisting of an array of objects with column as key and sorting order as value. Example: sort=[{“column_name”: “asc”}, {“column_name”: “desc”}] Validations:
|
|
filter optional |
Filter by column(s). Stringified JSON consisting of an object with column as key and an object with operator as key and filtering value as value. Example: filter={“column_name”: {“operator”: “value”}} available operators: eq(equal to), gt(greater than), gte(greater than or equal to), lt(less than), lte(less than or equal to), ne(not equal to), in(in), nin(not in) Validations:
|
| Code | Description |
|---|---|
| 403 | You are not authorized to access this page. |
{
'example_request_params': {
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff',
'page': 1
},
'example_response': {
'students': [
{
'id': 1,
'session_id': null,
'student_id': null,
'external_id': null,
'proctor_id': null,
'pre_assigned_proctor_id': null,
'time_slot': 1,
'created_at': '2018-11-17T17:01:25.788+01:00',
'updated_at': '2018-11-17T17:13:30.427+01:00',
'email': 'student1@example.com',
'operating_system': 'OS X 10.14.1',
'browser': 'Chrome',
'browser_version': '70.0.3538.102',
'status': 'exam_finished',
'token': null,
'screenshare_check': 'not_started',
'microphone_check': 'not_started',
'speakers_check': 'not_started',
'webcam_check': 'not_started',
'mobile_check': 'not_started',
'dummy_exam_survey': null,
'skip_requirements': false,
'send_confirmation': false,
'name': 'Student 1',
'start_time': '2018-11-17T17:09:39.373+01:00',
'exam_id': 1,
'expires_at': null,
'end_time': '2018-11-17T17:10:19.477+01:00',
'entered_room': true,
'reservation_time': '2018-11-17T17:04:28.633+01:00',
'exam_document_content_type': null,
'exam_document_file_size': null,
'exam_document_updated_at': null,
'reviewed': '10',
'id_card_file_name': 'data',
'id_card_content_type': 'image/png',
'id_card_file_size': 187297,
'face_photo_file_name': 'data',
'face_photo_content_type': 'image/png',
'face_photo_file_size': 206025,
'bandwidth_check': 'not_started',
'bandwidth_speed': null,
'open_time': '2018-11-13T11:13:00.000+01:00',
'individual_info': 'individual_info for user 1',
'rtc_session_id': 0,
'in_setup': false,
'in_check_requirements': false,
'attempt': 0,
'archived': true,
'current_exam_mode': '01010000',
'rtc_session_ids': [],
'transcoding_status': 'not_sent_to_queue',
'is_individual_info_html': true,
'priority': '01',
'recording_started_at': null,
'recording_ended_at': null,
'is_email_sent': false,
'preserve': false,
'incidents': [{'id': 1,
'student_session_id': 1,
'comment': 'comment',
'created_at': '2018-11-17T17:10:19.477+01:00',
'updated_at': '2018-11-17T17:10:19.477+01:00',
'offset_time':0}
]
}
]
}
}
| Param name | Description |
|---|---|
|
status optional |
Status to filter student sessions. Has to be one of registered,before_check_req_mail,email_bounced,email_sent,after_check_req_mail,before_check_req,after_check_req,in_setup,exam_not_started,exam_started,exam_finished Validations:
|
|
page optional |
Page number, returns LIMIT items per page. The X-Pagination-* HTTP headers contain the information about the total number of items (X-Pagination-Item-Count), the total number of pages (X-Pagination-Page-Count), the current page number (X-Pagination-Page) and the number of items per page (X-Pagination-Limit). Validations:
|
|
limit optional |
Number of items returned per page. Default and maximum value is 300. 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:
|
|
sort optional |
Sort by column(s). Stringified JSON constisting of an array of objects with column as key and sorting order as value. Example: sort=[{“column_name”: “asc”}, {“column_name”: “desc”}] Validations:
|
|
filter optional |
Filter by column(s). Stringified JSON consisting of an object with column as key and an object with operator as key and filtering value as value. Example: filter={“column_name”: {“operator”: “value”}} available operators: eq(equal to), gt(greater than), gte(greater than or equal to), lt(less than), lte(less than or equal to), ne(not equal to), in(in), nin(not in) Validations:
|
| Code | Description |
|---|---|
| 404 | Couldn't find Student Session with 'id'=':student_session_id' |
| 403 | You are not authorized to access this page. |
{
'example_request_params': {
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff'
},
'example_response': {
'student': {
'id': 1,
'session_id': null,index
'student_id': null,
'external_id': null,
'proctor_id': null,
'pre_assigned_proctor_id': null,
'time_slot': 1,
'created_at': '2018-11-17T17:01:25.788+01:00',
'updated_at': '2018-11-17T17:13:30.427+01:00',
'email': 'student1@example.com',
'operating_system': 'OS X 10.14.1',
'browser': 'Chrome',
'browser_version': '70.0.3538.102',
'status': 'exam_finished',
'token': null,
'screenshare_check': 'not_started',
'microphone_check': 'not_started',
'speakers_check': 'not_started',
'webcam_check': 'not_started',
'mobile_check': 'not_started',
'dummy_exam_survey': null,
'skip_requirements': false,
'send_confirmation': false,
'name': 'Student 1',
'start_time': '2018-11-17T17:09:39.373+01:00',
'exam_id': 1,
'expires_at': null,
'end_time': '2018-11-17T17:10:19.477+01:00',
'entered_room': true,
'reservation_time': '2018-11-17T17:04:28.633+01:00',
'exam_document_content_type': null,
'exam_document_file_size': null,
'exam_document_updated_at': null,
'reviewed': '10',
'id_card_file_name': 'data',
'id_card_content_type': 'image/png',
'id_card_file_size': 187297,
'face_photo_file_name': 'data',
'face_photo_content_type': 'image/png',
'face_photo_file_size': 206025,
'bandwidth_check': 'not_started',
'bandwidth_speed': null,
'open_time': '2018-11-13T11:13:00.000+01:00',
'individual_info': 'individual_info for user 1',
'rtc_session_id': 0,
'in_setup': false,
'in_check_requirements': false,
'attempt': 0,
'archived': true,
'current_exam_mode': '01010000',
'rtc_session_ids': [],
'transcoding_status': 'not_sent_to_queue',
'is_individual_info_html': true,
'priority': '01',
'recording_started_at': null,
'recording_ended_at': null,
'is_email_sent': false,
'preserve': false,
'incidents': [{'id': 1,
'student_session_id': 1,
'comment': 'comment',
'created_at': '2018-11-17T17:10:19.477+01:00',
'updated_at': '2018-11-17T17:10:19.477+01:00',
'offset_time':0}
]
}
}
}
| Param name | Description |
|---|---|
|
id required |
ID of the student_session. 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:
|
| Code | Description |
|---|---|
| 403 | You are not authorized to access this page. |
| 422 | Param is missing or the value is empty: 'param' |
| 422 | 'email':['has already been taken'] |
{
'example_request_params': {
'name':'Student 1',
'email':'student1@example.com',
'individual_info':'individual_info for user 1',
'is_individual_info_html': true,
'skip_requirements': true,
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff'
},
'example_response': {
'student': {
'id': 1,
'session_id': null,
'student_id': null,
'external_id': null,
'proctor_id': null,
'time_slot': 1,
'created_at': '2018-11-17T17:01:25.788+01:00',
'updated_at': '2018-11-17T17:13:30.427+01:00',
'email': 'student1@example.com',
'operating_system': 'OS X 10.14.1',
'browser': 'Chrome',
'browser_version': '70.0.3538.102',
'status': 'exam_finished',
'token': null,
'screenshare_check': 'not_started',
'microphone_check': 'not_started',
'speakers_check': 'not_started',
'webcam_check': 'not_started',
'mobile_check': 'not_started',
'dummy_exam_survey': null,
'skip_requirements': true,
'send_confirmation': false,
'name': 'Student 1',
'start_time': '2018-11-17T17:09:39.373+01:00',
'exam_id': 1,
'expires_at': null,
'end_time': '2018-11-17T17:10:19.477+01:00',
'entered_room': true,
'reservation_time': '2018-11-17T17:04:28.633+01:00',
'exam_document_content_type': null,
'exam_document_file_size': null,
'exam_document_updated_at': null,
'reviewed': '10',
'id_card_file_name': 'data',
'id_card_content_type': 'image/png',
'id_card_file_size': 187297,
'face_photo_file_name': 'data',
'face_photo_content_type': 'image/png',
'face_photo_file_size': 206025,
'bandwidth_check': 'not_started',
'bandwidth_speed': null,
'open_time': '2018-11-13T11:13:00.000+01:00',
'individual_info': 'individual_info for user 1',
'rtc_session_id': 0,
'in_setup': false,
'in_check_requirements': false,
'attempt': 0,
'archived': true,
'current_exam_mode': '01010000',
'rtc_session_ids': [],
'transcoding_status': 'not_sent_to_queue',
'is_individual_info_html': true,
'priority': '01',
'recording_started_at': null,
'recording_ended_at': null,
'preserve': false
}
}
}
| Param name | Description |
|---|---|
|
exam_id required |
ID of the student’s exam. Validations:
|
|
name required |
Name of the student. Validations:
|
|
email required |
Email of the student. Validations:
|
|
external_id optional |
External id of the student. Validations:
|
|
individual_info optional |
Individual information for the student. Only [p h1 h2 h3 h4 h5 h6 br strong em a] HTML tags are allowed. Validations:
|
|
is_individual_info_html optional |
Individual information display mode: html or plain text Validations:
|
|
skip_requirements optional |
The student does not have to go through the requirements check before getting the exam session email Validations:
|
|
open_time optional |
The earliest time in EPOCH format that a student is allowed to begin their exam. 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:
|
| Code | Description |
|---|---|
| 403 | You are not authorized to access this page. |
| 422 | 'email':['has already been taken'] |
{
'example_request_params': {
'name':'Student 1',
'email':'student1@example.com',
'individual_info':'individual_info for user 1',
'is_individual_info_html': true,
'skip_requirements': true,
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff'
},
'example_response': {
'student': {
'id': 1,
'session_id': null,
'student_id': null,
'external_id': null,
'proctor_id': null,
'time_slot': 1,
'created_at': '2018-11-17T17:01:25.788+01:00',
'updated_at': '2018-11-17T17:13:30.427+01:00',
'email': 'student1@example.com',
'operating_system': 'OS X 10.14.1',
'browser': 'Chrome',
'browser_version': '70.0.3538.102',
'status': 'exam_finished',
'token': null,
'screenshare_check': 'not_started',
'microphone_check': 'not_started',
'speakers_check': 'not_started',
'webcam_check': 'not_started',
'mobile_check': 'not_started',
'dummy_exam_survey': null,
'skip_requirements': true,
'send_confirmation': false,
'name': 'Student 1',
'start_time': '2018-11-17T17:09:39.373+01:00',
'exam_id': 1,
'expires_at': null,
'end_time': '2018-11-17T17:10:19.477+01:00',
'entered_room': true,
'reservation_time': '2018-11-17T17:04:28.633+01:00',
'exam_document_content_type': null,
'exam_document_file_size': null,
'exam_document_updated_at': null,
'reviewed': '10',
'id_card_file_name': 'data',
'id_card_content_type': 'image/png',
'id_card_file_size': 187297,
'face_photo_file_name': 'data',
'face_photo_content_type': 'image/png',
'face_photo_file_size': 206025,
'bandwidth_check': 'not_started',
'bandwidth_speed': null,
'open_time': '2018-11-13T11:13:00.000+01:00',
'individual_info': 'individual_info for user 1',
'rtc_session_id': 0,
'in_setup': false,
'in_check_requirements': false,
'attempt': 0,
'archived': true,
'current_exam_mode': '01010000',
'rtc_session_ids': [],
'transcoding_status': 'not_sent_to_queue',
'is_individual_info_html': true,
'priority': '01',
'recording_started_at': null,
'recording_ended_at': null,
'preserve': false
}
}
}
| Param name | Description |
|---|---|
|
name optional |
Name of the student. Validations:
|
|
email optional |
Email of the student. Validations:
|
|
external_id optional |
External id of the student. Validations:
|
|
individual_info optional |
Individual information for the student. Only [p h1 h2 h3 h4 h5 h6 br strong em a] HTML tags are allowed. Validations:
|
|
is_individual_info_html optional |
Individual information display mode: html or plain text Validations:
|
|
skip_requirements optional |
The student does not have to go through the requirements check before getting the exam session email Validations:
|
|
open_time optional |
The earliest time in EPOCH format that a student is allowed to begin their exam. Validations:
|
|
preserve optional |
Whether the session should be protected from auto-archiving. Default is false. 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:
|
| Code | Description |
|---|---|
| 404 | Couldn't find Student Session with 'id'=':student_session_id' |
| 403 | You are not authorized to access this page. |
{
'example_request_params': {
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff'
},
'example_response': {}
}
| Param name | Description |
|---|---|
|
id required |
ID of the student_session. 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:
|
| Code | Description |
|---|---|
| 404 | Couldn't find Student Session with 'id'=':student_session_id' |
| 403 | You are not authorized to access this page. |
{
'example_request_params': {
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff',
'notification_title': 'Exam ended',
'notification_text': 'The exam ended by api',
'notification_type': 'warning'
},
'example_response': {
'message': 'end_exam_time_success',
'end_time': '2018-11-17T17:10:19.477+01:00',
'recording_response': true
}
}
| Param name | Description |
|---|---|
|
id required |
ID of the student_session. Validations:
|
|
notification_title required |
Validations:
|
|
notification_text required |
Validations:
|
|
notification_type required |
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:
|
| Code | Description |
|---|---|
| 404 | Couldn't find the ID Photo for the student. |
| 403 | You are not authorized to access this page. |
{
'example_request_params': {
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff'
},
'example_response': {}
}
| Param name | Description |
|---|---|
|
id required |
ID of the student_session. 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:
|
| Code | Description |
|---|---|
| 404 | Couldn't find the face photo for the student. |
| 403 | You are not authorized to access this page. |
{
'example_request_params': {
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff'
},
'example_response': {}
}
| Param name | Description |
|---|---|
|
id required |
ID of the student_session. 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:
|
| Code | Description |
|---|---|
| 404 | Couldn't find the Face Photo for the student. |
| 403 | You are not authorized to access this page. |
{
'example_request_params': {
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff'
},
'example_response': {
'face_photo': 'face_photo_expiring_url'
}
}
| Param name | Description |
|---|---|
|
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:
|
| Code | Description |
|---|---|
| 404 | Couldn't find Student Session with 'id'=':student_session_id'. |
| 403 | You are not authorized to access this page. |
| 422 | Invalid parameters. When one of the parameters is invalid for the assignment. |
| 404 | Not found error. When one of the resources not found for the assignment. |
{
'example_request_params': {
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff',
'proctor_id': '1'
},
'example_response': {
'proctor_id': 1,
'active_proctoring_sessions': 1
}
}
| Param name | Description |
|---|---|
|
id required |
ID of the student_session. Validations:
|
|
proctor_id required |
ID of the proctor. 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:
|
| Code | Description |
|---|---|
| 404 | Couldn't find Student Session with 'id'=':student_session_id'. |
| 403 | You are not authorized to access this page. |
| 422 | Invalid parameters. When one of the parameters is invalid for the unassignment. |
| 404 | Not found error. When one of the resources not found for the unassignment. |
{
'example_request_params': {
'nonce': '1527500365',
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff',
'proctor_id': '1'
},
'example_response': {
'student_session_id': 2,
'proctor_id': 1
}
}
| Param name | Description |
|---|---|
|
id required |
ID of the student_session. Validations:
|
|
proctor_id required |
ID of the proctor. 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:
|