About iMochaHelpBook a demo
About iMochaHelpBook a demo
  1. Report
  • 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
    • Report
      • Retrieve candidate test report
        GET
      • Retrieve candidate test report in PDF
        GET
    • 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. Report

Retrieve candidate test report in PDF

GET
/v3/reports/{testInvitationId}/pdf
🔶 Export candidate's test report in pdf format.

Request

Path Params

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://apiv3.imocha.io/v3/reports/{testInvitationId}/pdf?baseimage={value}' \
--header 'x-api-key;'
Response Response Example
{
    "pdfReport": "https://qaapp1.imocha.io/PDFReport?id=cn7oe7w01gYSwqf5AV0Jag%3d%3d"
}
Modified at 2025-08-19 13:33:18
Previous
Retrieve candidate test report
Next
Process Callbacks
Built with