curl --location --request GET 'https://apiv3.imocha.io/v3/reports?PageNo=1&PageSize=100&includeSections=true&startDate=2015-07-31T12:00:56Z&endDate=2025-07-31T12:00:56Z' \
--header 'x-api-key;'{
"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
}