get https://{company}.{environment}.com/api/v1/hris/employees//skills
Get employee skills
Log in to see full request history
Responses
401Unauthorized
403Forbidden
404Not Found
Get employee skills
401Unauthorized
403Forbidden
404Not Found
xxxxxxxxxx
curl --request GET \
--url https://company.keka.com/api/v1/hris/employees/employeeId/skills \
--header 'accept: application/json'
xxxxxxxxxx
22{
"succeeded": true,
"message": "string",
"errors": [
"string"
],
"data": [
{
"id": "string",
"skillName": "string",
"rating": 0
}
],
"pageNumber": 0,
"pageSize": 0,
"firstPage": "string",
"lastPage": "string",
"totalPages": 0,
"totalRecords": 0,
"nextPage": "string",
"previousPage": "string"
}