About iMochaHelpBook a demo
About iMochaHelpBook a demo
  1. Test Link
  • Introduction
  • Skills Assessment API
    • API Reference
      • Getting started
      • API Environment
      • Authentication Mechanism
      • Error Code
      • List timezones
    • Test
      • List all tests
      • Retrieve a test
      • Retrieve test settings
      • Update Test Settings
    • Test Invitations
      • Callback notification
      • Invite candidate
      • Invite candidate by test link
      • Reattempt Test
      • Cancel Invitation
    • Test Link
      • List all test links
        GET
    • 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 Link

List all test links

GET
/v3/tests/{testId}/testlinks
🔶 Returns the list of all test links associated with particular test in your account.

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}/testlinks' \
--header 'x-api-key;'
Response Response Example
{
    "testLinks": [
        {
            "testLinkId": 0,
            "testId": 0,
            "testLinkName": "string",
            "testLink": "string",
            "testLinkStatus": "string",
            "invitationType": "string",
            "isApiLink": true,
            "proctoringSettings": {
                "proctoringMode": "string"
            },
            "stakeholderEmails": "string",
            "invitationSchedule": {
                "scheduleType": "string",
                "scheduleDetails": {
                    "invitationValidityInDays": 0,
                    "timeZoneId": 0,
                    "startDateTime": "string",
                    "endDateTime": "string",
                    "startDateTimeUtc": "string",
                    "endDateTimeUtc": "string"
                }
            }
        }
    ]
}
Modified at 2025-08-19 13:32:56
Previous
Cancel Invitation
Next
Retrieve candidate test report
Built with