Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/admin/mi-assistant/attempts/' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "string",
"member_id": "string",
"member": {
"id": "string",
"name": "string",
"email": "string"
},
"status": "in_progress",
"started_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"answers": [
{
"question_id": "string",
"question_title": "string",
"answer_id": "string",
"answer_title": "string"
}
],
"skill_scores": [
{
"skill_id": "string",
"skill_name": "string",
"score": 0
}
],
"recommendations": [
{
"type": "course",
"id": "string",
"title": "string"
}
]
}
}