Below V2 API documentation is being deprecated. For latest API docs, visit

Live API

Get all tests (/tests)

arrow-16

Return JSON array consisting of all tests created or copied from Test Library by user.

  • Request Data

    Parameter Value Description Parameter Type Data Type
    page_no To retrieve test based on page number Query Integer
    page_size Number of tests to return per page Query Integer
    Live API Default Image 1
  • Response Body:

    
                                                         

Get test details (/tests/{testId})

arrow-1

Returns the details of a test.

  • Request Data

    Parameter Value Description Parameter Type Data Type
    testId test Id associated with particular test Query Int64
    Live API Default Image 2
  • Response Body:

    
      

Register candidate for test (/tests/{testId}/register)

arrow-2

Register candidate for a test.

  • Request Data

    Parameter Value Description Parameter Type Data Type
    testId test Id associated with particular test Query Int64
    emailId Email Id of Candidate Body String
    fullName Full name of Candidate Body String
    callbackURL After completion of test callback object will be send on this URL Body String
    redirectURL After completion of test candidate will redirect to this URL Body String
    Live API Default Image 3
  • Response Body:

    
      
                                                        

Candidate test report (/report/{testInvitationId})

arrow-3

Get candidate test report for a test given by candidate.

  • Request Data

    Parameter Value Description Parameter Type Data Type
    testInvitationId test Invitation Id associated with candidate giving particular test Query Int64
    Live API Default Image 4
  • Response Body:

    
    

Candidate test section report (/report/{testInvitationId}/sections)

arrow-4

Get candidate section wise report of test.

  • Request Data

    Parameter Value Description Parameter Type Data Type
    testInvitationId test Invitation Id associated with candidate giving particular test Query Int64
    Live API Default Image 5
  • Response Body:

    
    

Export test report as Excel (/report/{testId}/excel)

arrow-5

Export test report in Excel.

  • Request Data

    Parameter Value Description Parameter Type Data Type
    testId test Id associated with particular test in user's account Query Int64

Export candidate report as PDF (/report/{testInvitationId}/pdf)

arrow-6

Export candidate test report in PDF.

  • Request Data

    Parameter Value Description Parameter Type Data Type
    testInvitationId test Invitation Id associated with particular test in user's account Query Int64

Create Test Link (/tests/{testId}/testlinks)

arrow-7

Update Test Link (/tests/{testId}/testlinks/{testLinkId})

arrow-8

Get All Test Links (/tests/{testId}/testlinks)

arrow-9

Get Test Link (/tests/{testId}/testlinks/{testLinkId})

arrow-10

Cancel Invitation (/testinvitation/{testInvitationId}/cancel)

arrow-12

Cancel test invitations send to candidate

  • Request Data

    Parameter Value Description Parameter Type Data Type
    testInvitationId testInvitationId associated with candidate giving particular test Query Int64
    Live API Default Image 9
  • Response Body:

    
      
                                                    

Reattempt Test (/testinvitation/{testInvitationId}/reattempt)

arrow-13

Reattempt test

  • Request Data

    Parameter Value Description Parameter Type Data Type
    testInvitationId testInvitationId associated with candidate giving particular test Query Int64
    Live API Default Image 10
  • Response Body:

    
      
                                                    

Register Candidate By Test Link (/tests/{testId}/testlinks/{testLinkId}/register)

arrow-14