Skip to content

Activities Object ​



id
string
REQUIRED · The activity's unique identifier
candidate
object
The activity's candidate
id
string
Unique identifier of the candidate
actor
object
The activity's actor
id
string
Unique identifier of the actor
type
string
Type of the actor
All possible enum values:
  • user
  • candidate
activity_type
string
The activity's type
All possible enum values:
  • note
  • email
from
object[]
From email addresses if the activity_type is email
email
string
Email of the sender
name
string
Name of the sender
to
object[]
email
string
Email of the recipient
name
string
Name of the recipient
cc
object[]
email
string
Email of the recipient
name
string
Name of the recipient
subject
string
The activity's subject
body
string
The activity's body
visibility
string
The activity's visibility
All possible enum values:
  • private
  • public
  • admin_only
updated_at
string · date-time
The date and time of the activity's last update
created_at
string · date-time
The date and time of the activity's creation
remote_data
object
Raw data returned from the remote API call.