Get staffing entity skill expectations
Skills
Get staffing entity skill expectations
Get staffing entity skill expectations
GET
Get staffing entity skill expectations
Retrieve the skills expected on staffing entities (jobs / positions / requisitions), with the expected proficiency level per skill.Documentation Index
Fetch the complete documentation index at: https://docs.kombo.dev/llms.txt
Use this file to discover all available pages before exploring further.
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 staffing entity IDs.
Filter by a comma-separated list of skill IDs.
Response
GET /hris/staffing-entity-skills Positive response
Allowed value:
"success"Example:
{
"next": "eyJwYWdlIjoxMiwibm90ZSI6InRoaXMgaXMganVzdCBhbiBleGFtcGxlIGFuZCBub3QgcmVwcmVzZW50YXRpdmUgZm9yIGEgcmVhbCBjdXJzb3IhIn0=",
"results": [
{
"id": "C8gqYqWk6N3qjvJ8vh5o3VtH",
"staffing_entity_id": "26vafvWSRmbhNcxJYqjCzuJg",
"skill_id": "28KMdr68N8kG9EzLwjsN9aoz",
"expected_level": 4,
"changed_at": "2022-08-07T14:01:29.196Z",
"remote_deleted_at": null
}
]
}