Closed Beta Feature: This endpoint is currently in closed beta. We’re testing it with selected customers before its public release. If you’re interested in learning more or getting early access, please reach out.
Authorizations
Headers
ID of the integration you want to interact with.
Query Parameters
Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.
Filter by a comma-separated list of remote IDs.
Filter by a comma-separated list of employee IDs.
Filter by a comma-separated list of skill IDs.
Response
GET /hris/employee-skill-assignments Positive response
Allowed value: 
"success"Examples:
{
  "next": "eyJwYWdlIjoxMiwibm90ZSI6InRoaXMgaXMganVzdCBhbiBleGFtcGxlIGFuZCBub3QgcmVwcmVzZW50YXRpdmUgZm9yIGEgcmVhbCBjdXJzb3IhIn0=",
  "results": [
    {
      "id": "8AvRLpxwY5J6pGxfY6fUD81Z",
      "employee_id": "26vafvWSRmbhNcxJYqjCzuJg",
      "skill_id": "28KMdr68N8kG9EzLwjsN9aoz",
      "current_level": "Proficiency Level 1"
    }
  ]
}