Associated Skills (Employees)

GET {{base_url}}/employee/:Employee/skills

Use this endpoint to retrieve all skills associated with an employee in the Employees hub.

NOTE: All skills are on the Professional tab of the employee record in your Vantagepoint instance.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

{"Employee":"12345","Skill":"15","SkillLevel":5,"SkillUsage":0}