Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/admin/mi-assistant/attempts?page&per_page&member_id&status' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"member": {},
"started_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z",
"is_completed": true,
"results": [
{
"skill_id": 0,
"skill_name": "string",
"percentage": 0
}
],
"recommendations": [
{}
],
"attempt_answers_count": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"per_page": 15,
"to": 10,
"total": 10
}
}