Code | Description |
---|---|
403 | No authorization |
Parameter name | Description | Datatype |
---|---|---|
exam_id
|
ID of the student's exam. |
Number |
timestamp
|
Timestamp of the request in milliseconds. |
Number |
nonce
|
Random number, has to be unique for api calls within last 24 hours. |
Number |
signature
|
HMAC sha256 hex encoded hash, using the users secret_key as encryption key, has to be UTF8 formatted. The query string build with all the other parameters has to be ordered alphabeticaly and structured by the following schema: 'name=value' joined by '?' |
String |
Code | Description |
---|---|
403 | No authorization |
Parameter name | Description | Datatype |
---|---|---|
timestamp
|
Timestamp of the request in milliseconds. |
Number |
nonce
|
Random number, has to be unique for api calls within last 24 hours. |
Number |
signature
|
HMAC sha256 hex encoded hash, using the users secret_key as encryption key, has to be UTF8 formatted. The query string build with all the other parameters has to be ordered alphabeticaly and structured by the following schema: 'name=value' joined by '?' |
String |
Code | Description |
---|---|
403 | No authorization |
404 | Couldn't find Student Session with 'id'=':student_session_id' |
Parameter name | Description | Datatype |
---|---|---|
id
|
ID of the student_session. |
|
timestamp
|
Timestamp of the request in milliseconds. |
Number |
nonce
|
Random number, has to be unique for api calls within last 24 hours. |
Number |
signature
|
HMAC sha256 hex encoded hash, using the users secret_key as encryption key, has to be UTF8 formatted. The query string build with all the other parameters has to be ordered alphabeticaly and structured by the following schema: 'name=value' joined by '?' |
String |
Code | Description |
---|---|
403 | No authorization |
422 | param is missing |
422 | email already in use |
Parameter name | Description | Datatype |
---|---|---|
timestamp
|
Timestamp of the request in milliseconds. |
Number |
nonce
|
Random number, has to be unique for api calls within last 24 hours. |
Number |
signature
|
HMAC sha256 hex encoded hash, using the users secret_key as encryption key, has to be UTF8 formatted. The query string build with all the other parameters has to be ordered alphabeticaly and structured by the following schema: 'name=value' joined by '?' |
String |
exam_id
|
ID of the student's exam. |
Number |
name
|
Name of the student. |
String |
email
|
Email of the student. |
String |
external_id
|
External id of the student. |
String |
individual_info
|
Individual information for the student. |
String |
is_individual_info_html
|
Individual information for the student. |
Boolean |
skip_requirements
|
Skips the requirements check for the student before getting the exam session email. |
Boolean |
open_time
|
The earliest time in epoch format (in seconds) that a student is allowed to begin their exam. Defaults to the exams start_time. |
Number |
close_time
|
The latest time in epoch format (in seconds) that a student is allowed to begin their exam. Defaults to null. |
Number |
Code | Description |
---|---|
403 | No authorization |
422 | email already in use |
Parameter name | Description | Datatype |
---|---|---|
timestamp
|
Timestamp of the request in milliseconds. |
Number |
nonce
|
Random number, has to be unique for api calls within last 24 hours. |
Number |
signature
|
HMAC sha256 hex encoded hash, using the users secret_key as encryption key, has to be UTF8 formatted. The query string build with all the other parameters has to be ordered alphabeticaly and structured by the following schema: 'name=value' joined by '?' |
String |
id
|
ID of the student_session. |
Number |
name
|
Name of the student. |
String |
email
|
Email of the student. |
String |
external_id
|
External id of the student. |
String |
individual_info
|
Individual information for the student. |
String |
is_individual_info_html
|
Individual information for the student. |
Boolean |
skip_requirements
|
Skips the requirements check for the student before getting the exam session email. |
Boolean |
open_time
|
The earliest time in epoch format (in seconds) that a student is allowed to begin their exam. Defaults to the exams start_time. |
Number |
close_time
|
The latest time in epoch format (in seconds) that a student is allowed to begin their exam. Defaults to null. |
Number |
Code | Description |
---|---|
403 | No authorization |
422 | email already in use |
Parameter name | Description | Datatype |
---|---|---|
timestamp
|
Timestamp of the request in milliseconds. |
Number |
nonce
|
Random number, has to be unique for api calls within last 24 hours. |
Number |
signature
|
HMAC sha256 hex encoded hash, using the users secret_key as encryption key, has to be UTF8 formatted. The query string build with all the other parameters has to be ordered alphabeticaly and structured by the following schema: 'name=value' joined by '?' |
String |
id
|
ID of the student_session. |
Number |
name
|
Name of the student. |
String |
email
|
Email of the student. |
String |
external_id
|
External id of the student. |
String |
individual_info
|
Individual information for the student. |
String |
is_individual_info_html
|
Individual information for the student. |
Boolean |
skip_requirements
|
Skips the requirements check for the student before getting the exam session email. |
Boolean |
open_time
|
The earliest time in epoch format (in seconds) that a student is allowed to begin their exam. Defaults to the exams start_time. |
Number |
close_time
|
The latest time in epoch format (in seconds) that a student is allowed to begin their exam. Defaults to null. |
Number |
Code | Description |
---|---|
403 | No authorization |
404 | Couldn't find Student Session with 'id'=':student_session_id' |
Parameter name | Description | Datatype |
---|---|---|
timestamp
|
Timestamp of the request in milliseconds. |
Number |
nonce
|
Random number, has to be unique for api calls within last 24 hours. |
Number |
signature
|
HMAC sha256 hex encoded hash, using the users secret_key as encryption key, has to be UTF8 formatted. The query string build with all the other parameters has to be ordered alphabeticaly and structured by the following schema: 'name=value' joined by '?' |
String |
id
|
ID of the student_session. |
Number |