Authorization: ********************curl --location --request GET 'https://api.gofive.co.th/api/v1/achievements/employee?employeeNo&companyName' \
--header 'Authorization: Bearer <token>'{
"statusCode": 0,
"message": "string",
"error": "string",
"errorList": [
{
"achievementId": 0,
"achievementName": "string",
"coverUrl": "string",
"totalAchievement": 0,
"logs": [
{
"message": "string",
"description": "string",
"dateCreated": "2019-08-24T14:15:22.123Z"
}
]
}
],
"totals": 0,
"data": [
{
"achievementId": 0,
"achievementName": "string",
"coverUrl": "string",
"totalAchievement": 0,
"logs": [
{
"message": "string",
"description": "string",
"dateCreated": "2019-08-24T14:15:22.123Z"
}
]
}
]
}