{
"status": "success",
"message": "Import report",
"data": {
"import_id": "9eb31e1c-6f0f-4533-bb13-50b548bcdc27",
"status": "completed_with_errors",
"total_rows": 1,
"success_rows": 0,
"failed_rows": 1,
"errors": {
"current_page": 1,
"data": [
{
"row": 4,
"message": "Email already exists: sample.employee@example.com"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v1/employees/imports/9eb31e1c-6f0f-4533-bb13-50b548bcdc27/report?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://127.0.0.1:8000/api/v1/employees/imports/9eb31e1c-6f0f-4533-bb13-50b548bcdc27/report?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"page": null,
"active": false
},
{
"url": "http://127.0.0.1:8000/api/v1/employees/imports/9eb31e1c-6f0f-4533-bb13-50b548bcdc27/report?page=1",
"label": "1",
"page": 1,
"active": true
},
{
"url": null,
"label": "Next »",
"page": null,
"active": false
}
],
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v1/employees/imports/9eb31e1c-6f0f-4533-bb13-50b548bcdc27/report",
"per_page": 10,
"prev_page_url": null,
"to": 1,
"total": 1
}
}
}