Skip to content

Activity Object ​



id
string
REQUIRED · 

The unique identifier for the activity record

user
object

The user the activity record belongs to

id
string
REQUIRED · 

The unique identifier for the user

name
string

Name of the user

emails
object[]

List of email addresses of the user

email
string

Email address of the user

is_primary
boolean

Whether the email address is the primary email address of the user

start_time
string · date-time

Start of the aggregation period in ISO 8601 format

end_time
string · date-time

End of the aggregation period in ISO 8601 format

aggregation_period
string

Granularity of the aggregation. Can be day, week, month, or total.

All possible enum values:
  • day
  • week
  • month
  • total
metrics
object

Aggregated platform activity counts for the user in the period

calls_hosted
integer

Number of calls or meetings hosted by the user

calls_attended
integer

Number of calls or meetings attended by the user

calls_listened_own
integer

Number of the user's own calls listened to

calls_listened_others
integer

Number of other users' calls listened to

feedback_given
integer

Number of times the user gave feedback on calls

feedback_received
integer

Number of times the user received feedback on calls

feedback_requested
integer

Number of times the user requested feedback on calls

comments_given
integer

Number of comments given on calls

comments_received
integer

Number of comments received on calls

calls_shared_internally
integer

Number of calls shared internally

calls_shared_externally
integer

Number of calls shared externally

scorecards_filled
integer

Number of scorecards completed by the user as reviewer

scorecards_received
integer

Number of scorecards received by the user as reviewee

calls_marked_feedback_given
integer

Number of calls marked as feedback given

calls_marked_feedback_received
integer

Number of calls marked as feedback received

created_at
string · date-time

When the activity record was created in the source system

updated_at
string · date-time

When the activity record was last updated in the source system

remote_data
object

Raw data returned from the remote API call.