APIs
Webhook
Webhook Webhooks are used to securely communicate results of tests to your systems or website in real time. Steps to create webhooks: Download and add the file to a public URL on your server. Create a webhook in the Admin Panel. Add your file URL to ...
Fetch All event List
POST Fetch All event List This API will be used to retrieve question-by-question score details from the test submitted by the candidate. Tokens must be given as headers, and the token will be obtained from the Candidate Login / Token Creation API. ...
Candidate Single Exam Question Wise Score Data
POSTCandidate Single Exam Question Wise Score Data This API will be used to retrieve question-by-question score details from tests provided by candidates. Tokens must be sent in headers, and they will be retrieved from the Candidate Login / Token ...
Candidate Single Exam Topic Wise Score Data
POSTCandidate Single Exam Topic Wise Score Data This API will be used to retrieve question-specific score details for tests submitted by candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token ...
Candidate Single Exam Subject Wise Score Data
POSTCandidate Single Exam Subject Wise Score Data This API will be used to retrieve subject-specific score details for tests given by candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation ...
Candidate Single Exam Score Data
POSTCandidate Single Exam Score Data This API will be used to retrieve scorecard details for tests submitted by candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation API. Custom-Header ...
Candidate Submitted Exam List
POSTCandidate Submitted Exam List This API will be used to retrieve all of the tests submitted to candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation API. Custom-Header Copy{ "token": ...
Candidate Assigned Exam List
POSTCandidate Assigned Exam List This API will be used to retrieve all of the tests issued to candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation API. Custom-Header Copy{ "token": ...
Exam Attempted Students Result
POSTExam Attempted Students Result This API will be used to retrieve the results of all students who took the exam. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. If only testId is ...
Candidate Change Password
GETCandidate Change Password This API will be used to update the candidate's password. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}} URL ...
De-Assign Test from Candidate
POSTDe-Assign Test from Candidate This API will be used to de-assign tests from candidates. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}} URL ...
Assign Test to Bulk Candidates
POSTAssign Test to Bulk Candidates This API will be used to assign tests directly to the candidates. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ...
Assign Test to Candidate
POSTAssign Test to Candidate This API will be used to assign tests directly to the candidates. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}} ...
Candidate List mapped with Test
POSTCandidate List mapped with Test This API will be used to retrieve all candidates and their details for testing. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} ...
Exam Question Details
POSTExam Question Details This API will be used to retrieve all of the questions and their details against the test. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} ...
All Exam List
GETAll Exam List This API will be used to retrieve all of the tests produced by Administrator. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}} ...
Bulk Registration Candidate
POSTBulk Registration Candidate This API will be used to register or log in a candidate. Additionally, this API is used to assign another course to a registered candidate. Name and email address are required fields. Pass ak, sgn, and ts as headers, ...
Register / Login Candidate with test link
POSTRegister / Login Candidate with test link This API will be used to register or log in a candidate. Additionally, this API is used to assign another course to a registered candidate. Name and email address are required fields. Pass ak, sgn, and ts ...
Creation of Course / Group
POSTCreation of Course / Group This API will be used to create groups. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}} URL Copy{{API ...
Creation of Course / Group
POSTCreation of Course / Group This API will be used to create groups. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}} URL Copy{{API ...
All Group / Course List created from Admin
GETAll Group / Course List created from Admin This API will be used to retrieve all of the groups and courses created by Admin, either using the createGroup API or directly through the Admin site. Pass ak, sgn, and ts as headers, and all three ...
Candidate Login / Token Creation
POSTCandidate Login / Token Creation This API will be used to log in a candidate. Request Parameters: email and password are required. The password is encoded in base64. Custom-Header{ "name": "{{Client URL}}" } URL Copy{{API ...
Register a Canddiate
POSTRegister a Candidate This API will be used to register candidates. Request Parameters: The name, email, and password are required. The password is encoded in base64. Custom-Header{ "name": "{{Client URL}}" } URL Copy{{API ...