Skip to main content
Export Employee Skill Clusters data.

Authorizations

Authorization
string
header
required

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

Body

application/json
limit
integer
required

The number of Employees to show on a single page.

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

10

starting_after
string

The external_id of the Employee to continue looking from.

Maximum string length: 100
Example:

"4cbdbabe-5644-4423-8157-520f8a2f429a"

filters
(is_active · object | last_updated · object)[]

A set of filters to apply on the exported Employees.

include
enum<string>[]

Expand the results with extra data.

Include:

  • current_skills - Show the current Skills for the profile.
  • related_skills - Show the related Skills for the profile.
  • sources - Show the event type sources that led to this Skill Cluster.
Available options:
current_skills,
related_skills,
rejected_skills,
sources
Example:

Response

OK

has_next
boolean
required

True when there is more data after this page.

Example:

true

records
object[]
required

A list containing the requested data for each entity, limited by the limit parameter.

Example:
next_starting_after
string

The next starting_after value for pagination.

Maximum string length: 100
Example:

"61a6e076-d780-11ec-9d64-0242ac120002"