Get All Experiences for a Specific User

This endpoint retrieves all experiences for a specific user.

Required Scope

experiences:read or experiences:write

Log in to see full request history

📘

Pagination

The API takes a snapshot of the paginated set of experiences at the time of the first request. Paging through experiences goes through this fixed set of items. The snapshotted set becomes obsolete when a request has not been made for 2 minutes.

Path Params
string
required

The unique ID of the user to retrieve experiences for.

Query Params
int32
Defaults to 100

The maximum number of experiences to display per page. A maximum of 1000 is allowed.

string
Defaults to id

How to identify the user. The identifier can be id (default), employee-id, or email and must be used as a query string URL parameter.

string

Filter criteria that only returns content with this experience type. Acceptable values are JobRole, Project, Menteeship, Mentorship, Shadowing, StretchAssignment, or Other.

string

Filter criteria that only returns content with this title.

date

Filter criteria that returns experiences from this date through filter[end_date]. Format yyyy-mm-dd.

date

Filter criteria that returns experiences from filter[start_date] through this date. Format yyyy-mm-dd.

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json