get https://{subdomain}.workable.com/spi/v3/jobs//activities
Returns the activity stream of the given job. Requires scope r_candidates
. Accessible with all token types.
Results
Calling the /jobs/:shortcode/activities
endpoint returns a JSON array of the job's activities.
key | description |
---|---|
activities | array of activities |
Each activity has the following keys:
key | type | description |
---|---|---|
action | string | The action/type of the activity |
stage_name | string | The stage the candidate was in when the activity was created (if applicable) |
created_at | string | The creation timestamp of the activity |
candidate | object | The candidate (if applicable), contains id and name |
member | object | The member that created the activity (if applicable), contains id and name of the member |
body | string | The body of the activity, available if action is comment , rating , message or disqualification |
rating | object | Contains the score of the activity, if action is rating |