Changelog is temporarily disabled for maintenance

Gets the cartesian product of employees and skills.

Returns a cross join of employees and skills, with each result representing a single skill for a single employee. For example, if there are 10 employees and each employee has 10 skills, this call will return 100 results.

A response header called "Pagination-MorePagesAvailable" will be sent in the response with a value of "yes" or "no", indicating whether more pages are available after this one. That is, if the header value is "yes", the client should request the next page.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time

Limits the results to employee skills that have been updated after the specified UTC time.

int32

The number of results returned. Default 1000.

int32

The page offset. The response header "Pagination-MorePagesAvailable" indicates whether the call should be made again with an incremented offset.

boolean

Specifies whether or not to include dismissed skills in the response. The default value is false.

boolean

Specifies whether or not to include the HeavyJob payroll code for each employee in the response. The default value is false.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
Credentials
OAuth2
Missing 2 required scopes
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json