About iMochaHelpBook a demo
About iMochaHelpBook a demo
  1. Test
  • Introduction
  • Skills Assessment API
    • API Reference
      • Getting started
      • API Environment
      • Authentication Mechanism
      • Error Code
      • List timezones
    • Test
      • List all tests
        GET
      • Retrieve a test
        GET
      • Retrieve test settings
        GET
      • Update Test Settings
        POST
    • Test Invitations
      • Callback notification
      • Invite candidate
      • Invite candidate by test link
      • Reattempt Test
      • Cancel Invitation
    • Test Link
      • List all test links
    • Report
      • Retrieve candidate test report
      • Retrieve candidate test report in PDF
    • Callback API
      • Process Callbacks
      • Retrieve Invites
    • GDPR
      • GDPR Data Masking Service
    • Users
      • Get all business units
      • Create New User
      • Update User
      • Active/ Inactive User
  • Skills Intelligence API
    • Introduction
    • Authentication
    • Employee
      • List employees
      • Get Employee Skills by employeeId
      • Employee Enrollment
      • Update Employee Status
    • JobProfiles
      • Get All JobProfiles
      • Get JobProfile with Skills By JobProfileId
      • Create JobCode
    • Taxonomy
      • Get all Taxonomy Skills
    • CareerPath
      • Get Employee Career Path by employeeId
    • Account
      • Get Multichannel Validation Weightages
  1. Test

Retrieve a test

GET
/v3/tests/{testId}
📝 Returns more details of a test.

Request

Path Params

Header Params

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://apiv3.imocha.io/v3/tests/{testId}' \
--header 'x-api-key;'
Response Response Example
{
    "testId": 0,
    "testName": "string",
    "duration": 0,
    "questions": 0,
    "status": "string",
    "sections": [
        {
            "sectionName": "string",
            "sectionType": "string",
            "questions": 0,
            "duration": 0,
            "negativeScoreEnabled": 0,
            "negativeScoreType": null,
            "negativeScore": null
        }
    ]
}
Modified at 2025-08-19 13:31:30
Previous
List all tests
Next
Retrieve test settings
Built with