Exam details

Exam details

ExamDetails

You can fetch your exam details.

URL: https://apis.examroom.ai/api/ExamDetails

Input

{
    "apiKey": "enter your apiKey",
    "secretKey": "enter your secretKey"
}

Output

{
    "Result": 1,
    "Message": "Success",
    "details": [
        {
            "ExamID": "377",
            "ExamTitle": "MEN12114-14 - Hand and Power Tools for Instrumentation",
            "ExamURL": "https://testconsole.provexam.com/%22,
            "StartDate": "01-Dec-19 12:00:00 AM",
            "EndDate": "18-Mar-70 12:00:00 AM",
            "ExamDuration": "02:13",
            "ExamRules": "3,5,7,9,11",
            "ClientExamID": "",
            "UniversityID": "",
            "ReferenceCode": ""
        },
        {
            "ExamID": "378",
            "ExamTitle": "MEN12106-14 - Fasteners",
            "ExamURL": "https://testconsole.provexam.com/%22,
            "StartDate": "01-Dec-19 12:00:00 AM",
            "EndDate": "18-Mar-70 12:00:00 AM",
            "ExamDuration": "02:13",
            "ExamRules": "3,5,7,9,11",
            "ClientExamID": "",
            "UniversityID": "",
            "ReferenceCode": ""
        },
        {
            "ExamID": "379",
            "ExamTitle": "MEN12111-14 - Tubing",
            "ExamURL": "https://testconsole.provexam.com/",
            "StartDate": "01-Dec-19 12:00:00 AM",
            "EndDate": "18-Mar-70 12:00:00 AM",
            "ExamDuration": "02:13",
            "ExamRules": "3,5,7,9,11",
            "ClientExamID": "",
            "UniversityID": "",
            "ReferenceCode": ""
        },
        {
            "ExamID": "380",
            "ExamTitle": "MEN00101-15 - Basic Safety",
            "ExamURL": "https://testconsole.provexam.com/%22,
            "StartDate": "01-Dec-19 12:00:00 AM",
            "EndDate": "18-Mar-70 12:00:00 AM",
            "ExamDuration": "02:13",
            "ExamRules": "3,5,7,9,11",
            "ClientExamID": "",
            "UniversityID": "",
            "ReferenceCode": ""
        },
        {
            "ExamID": "381",
            "ExamTitle": "MEN00105-15 - Introduction to Construction Drawings",
            "ExamURL": "https://testconsole.provexam.com/",
            "StartDate": "01-Dec-19 12:00:00 AM",
            "EndDate": "18-Mar-70 12:00:00 AM",
            "ExamDuration": "02:13",
            "ExamRules": "3,5,7,9,11",
            "ClientExamID": "",
            "UniversityID": "",
            "ReferenceCode": ""
        }
    ]
}
    • Related Articles

    • Update candidate details

      Update Candidate details You can update multiple candidates details by passing multiple candidates in array for updating their details or a single candidate details as well. URL: https://apis.examroom.ai/api/UpdateCandidates Input { "apiKey": "enter ...
    • Get exam rules

      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 ...
    • Candidate details by ID

      CandidateDetailsByID You can fetch the candidate details of single or multiple candidates by passing the CandidateID. URL: https://apis.examroom.ai/api/CandidateDetailsByID Input { "apiKey": "enter your apiKey", "secretKey": "enter your secretKey", [ ...
    • Candidate details by Email ID

      CandidateDetailsByEmail You can fetch the candidate details of single or multiple candidates by passing the Candidate EmailID. URL: https://apis.examroom.ai/api/CandidateDetailsByEmail Input { "apiKey": "enter your apiKey", "secretKey": "enter your ...
    • User manual

      User manual Download Manual Go through the user manual which matters to you Please scroll through this manual for guidance, or click the link to the left for the specific process you are searching for. Register/Login Visit to https://examroom.ai ...