curl --location --request GET 'https://apiv3.imocha.io/v3/reports/tests/?PageNo&PageSize'
{
"reports": [
{
"candidateFullName": "string",
"status": "string",
"appearedOn": "string",
"testInvitationId": 0,
"testId": 0,
"candidateEmail": "string",
"completedOn": "string",
"score": 0,
"candidatePoints": 0,
"totalTestPoints": 0,
"scorePercentage": 0,
"timeTaken": 0,
"testDuration": 0,
"performanceCategory": "string",
"testName": "string",
"pdfReportUrl": "string"
}
],
"pageNumber": 0,
"totalPages": 0,
"totalCount": 0,
"hasPreviousPage": true,
"hasNextPage": true
}