Employees

List certifications

GET
/api/public/v3/employees/{employee_id}/certifications

Path Parameters

employee_id*integer

Response Body

application/json

curl -X GET "https://example.com/api/public/v3/employees/0/certifications"
{  "data": [    null  ]}