v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/jobs/:shortcode/activities

Returns the activity stream of the given job. Requires scope r_candidates. Accessible with all token types.

get/jobs/{shortcode}/activities

Path parameters

shortcodestring required

The job's shortcode

Query parameters

limitinteger

Specifies the number of members 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)

Response

200

Example response

{
  "activities": [
    {
      "action": "event",
      "created_at": "2017-01-18T10:31:06.947Z",
      "candidate": {
        "id": "30290210",
        "name": "Osvaldo Keel"
      },
      "member": {
        "id": "3247e8c7",
        "name": "Alexia Middleton"
      }
    }
  ]
}