API Reference

/candidates/:id/activities

Returns the activity stream of the given candidate. Required scope: r_candidates. Accessible with all token types.

Log in to see full request history

Results

Calling the /candidates/:id/activities endpoint returns a JSON array of the candidate's activities.

keydescription
activitiesarray of activities

Each activity has the following keys:

keytypedescription
actionstringThe action/type of the activity
stage_namestringThe stage the candidate was in when the activity was created (We populate the stage_name only for the activities that are created when a candidate is getting moved from one stage to another.)
created_atstringThe creation timestamp of the activity
memberobjectThe member that created the activity (if applicable), contains id and name of the member
bodystringThe body of the activity, available if action is comment, rating, message or disqualification
ratingobjectContains the score of the activity, if action is rating
Path Params
string
required

The candidate's id

Query Params
int32
Defaults to 50

Specifies the number of activities to try and retrieve per page (optional)

string

Returns results with an ID greater than or equal to the specified ID. (optional)

string

Returns results with an ID less than or equal to the specified ID. (optional)

Responses

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