v1
latestOpenAPI 3.1.02026-07-14801408.6 KB/candidates/:id/activities
Returns the activity stream of the given candidate. Required scope: r_candidates. Accessible with all token types.
get/candidates/{id}/activities
Path parameters
idstring required
The candidate's id
Query parameters
limitinteger
Specifies the number of activities to try and retrieve per page (optional)
since_idstring
Returns results with an ID greater than or equal to the specified ID. (optional)
max_idstring
Returns results with an ID less than or equal to the specified ID. (optional)
actionsstring
Filters for specific activities (comma delimited list of actions)
updated_afterstring date-time
Returns activities updated equal or later than the provided date
Response
200
Example response
{
"activities": [
{
"action": "applied",
"stage_name": "Applied",
"created_at": "2016-09-29T00:00:00.000Z"
}
]
}