Popular Articles
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", ...
Add Candidate
Add Candidates URL: https://apis.examroom.ai/api/AddCandidates NOTE: API Key & secrete will be provided by us which will be used for all the API’s For updating any value in the database will only take Exam candidate ID or Examroom Exam ID You can add ...
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 ...
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 ...