GetExamRules
You can fetch the exam rules of your university(group).
URL: https://apis.examroom.ai/api/GetExamRules
Input
{
"apiKey": "enter your apiKey",
"secretKey": "enter your secretKey",
}
Output
{
"Result": 1,
"Message": "DefaultExamRules List",
"LevelID": 0,
"Instruction_Terms": null,
"ExamRulesList": [
{
"ID": 2,
"Status": "Special Instructions",
"Comment": "",
"CreatedOn": "27-Jun-18 2:48:00 PM",
"IsActive": "false",
"Icon": "",
"Description": "Can provide any special instructions needed for the candidate during their exams (i.e. ADA requirements, time allowances, etc.)"
},
{
"ID": 3,
"Status": "Bathroom Break Prohibited",
"Comment": "",
"CreatedOn": "27-Jun-18 2:49:00 PM",
"IsActive": "false",
"Icon": "",
"Description": "Allow/prohibit bathroom breaks during the exam (time will be deducted from the exam)"
},
{
"ID": 4,
"Status": "Student File Upload Allowed",
"Comment": "",
"CreatedOn": "27-Jun-18 2:49:00 PM",
"IsActive": "false",
"Icon": "https://apis.examroom.ai/ImageResource//Icons//Icon20190128022134.PNG%22,
"Description": "Allow/prohibit students to upload files during their exam session"
}
],
"ExamRulesDetail": null
}