Skip to main content
List Skill Events of an Employee by event type

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

employee_external_id
string<uuid>
required

Unique external ID linked to an Employee, consisting of alphanumeric characters, hyphens and underscores. The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.

Required string length: 1 - 100
Pattern: [a-zA-Z0-9_-]+
Example:

"a3903505-eb84-42dc-a79f-5e7b1fe897b7"

Query Parameters

limit
integer
default:10

The maximal number of results returned.

Required range: 1 <= x <= 100
Example:

10

offset
integer
default:0

The applied offset for returned entities, results starting from offset up to offset + limit.

Required range: x >= 0
event_type
enum<string>

Get only Skill Events of this type. Learn more about the Skill Event Types at How it works. Multiple of these includes can be added to the request to get the Skill Events of multiple types.

Available options:
working_history,
education_history,
resume_document,
learning,
feedback,
goal,
project,
ticket,
certificate,
skill_notes,
skill_profile_feedback
Example:

"learning"

Response

OK

count
integer
required

Total number of Skill Event type objects linked to the Employee.

Required range: x >= 0
Example:

3

results
Skill Events · object[]
required

Subset of Skill Events starting from offset up to offset + limit.

Example: