{
"message": "Questionnaire report retrieved successfully",
"data": {
"users": [
{
"id": 2,
"email": "talent@worknation.com",
"country": "Nigeria",
"answers": []
},
{
"id": 4,
"email": "talent2@worknation.com",
"country": "Nigeria",
"answers": [
{
"id": 22,
"content": "This is my answer to question 4",
"questionId": 1,
"createdAt": "2025-03-05T08:36:39.830Z",
"updatedAt": "2025-03-05T08:36:39.830Z"
},
{
"id": 23,
"content": "This is my answer to question 3",
"questionId": 2,
"createdAt": "2025-03-05T08:36:39.830Z",
"updatedAt": "2025-03-05T08:36:39.830Z"
},
{
"id": 24,
"content": "This is my answer to question 2",
"questionId": 3,
"createdAt": "2025-03-05T08:36:39.830Z",
"updatedAt": "2025-03-05T08:36:39.830Z"
}
]
}
],
"total": 2,
"meta": {
"total": 2,
"perPage": 10,
"currentPage": 1,
"lastPage": 1,
"firstPage": 1,
"firstPageUrl": "/?page=1&limit=10",
"lastPageUrl": "/?page=1&limit=10",
"nextPageUrl": null,
"previousPageUrl": null
}
}
}