Export members activities for a spot
Query parameters
-
Search activities from this date
-
The eventId from which to start exporting activities. You MUST provide either fromDate or fromEventId.
-
Search activities to this date
-
Search activities with a specific event type
Values are
ChannelJoined,ChannelLeft,ChannelMessageReacted,ChannelMessageSent,CourseStarted,CourseCompleted,CourseStepViewed,CourseStepCompleted,DiscussionMessageSent,DocumentLinkOpened,DocumentLinkReacted,DocumentPageReacted,DocumentPageViewed,LearningPathCompleted,LearningPathStarted,LiveAttended,LiveInvitationDeclined,LiveMessageReacted,LiveMessageSent,LiveParticipantRegistered,LiveReplayWatched,SpotMemberLeft,SpotMemberRegistered,SpotMemberRegistrationRequested,TopicAnswerCreated,TopicAnswerVoted,TopicCreated, orTopicVoted. -
Search activities which have the following event types
Values are
ChannelJoined,ChannelLeft,ChannelMessageReacted,ChannelMessageSent,CourseStarted,CourseCompleted,CourseStepViewed,CourseStepCompleted,DiscussionMessageSent,DocumentLinkOpened,DocumentLinkReacted,DocumentPageReacted,DocumentPageViewed,LearningPathCompleted,LearningPathStarted,LiveAttended,LiveInvitationDeclined,LiveMessageReacted,LiveMessageSent,LiveParticipantRegistered,LiveReplayWatched,SpotMemberLeft,SpotMemberRegistered,SpotMemberRegistrationRequested,TopicAnswerCreated,TopicAnswerVoted,TopicCreated, orTopicVoted. -
The limit of activities to export. If not provided, a default limit of 100 will be used.
Minimum value is
1, maximum value is10000. Default value is100.
curl \
--request GET 'https://openapi.meltingspot.io/v1/activities~export'
{
"type": "ChannelJoined",
"index": "string",
"event_id": "string",
"spot_id": "string",
"occurred_at_tz": "2025-05-04T09:42:00Z",
"member_id": "string",
"member_first_name": "string",
"member_last_name": "string",
"member_title": "string",
"member_profile_picture_url": "string",
"member_role": "string",
"member_custom_role_id": "string",
"member_custom_role_label": "string",
"member_email": "string",
"recipient_member_id": "string",
"recipient_member_first_name": "string",
"recipient_member_last_name": "string",
"recipient_member_title": "string",
"recipient_member_profile_picture_url": "string",
"recipient_member_email": "string",
"live_id": "string",
"live_title": "string",
"channel_id": "string",
"channel_title": "string",
"channel_emoji": "string",
"thread_message_id": "string",
"thread_message_preview": "string",
"reaction_emoji": "string",
"document_id": "string",
"document_title": "string",
"document_type": "string",
"document_link": "string",
"collection_id": "string",
"collection_title": "string",
"course_id": "string",
"course_title": "string",
"course_step_id": "string",
"course_step_title": "string",
"course_step_type": "string",
"course_step_quiz_correct_answers_count": 42,
"course_step_quiz_total_questions_count": 42,
"collection_emoji": "string",
"topic_id": "string",
"topic_title": "string",
"forum_id": "string",
"forum_title": "string",
"forum_emoji": "string",
"score_vote": 42,
"learning_path_id": "string",
"learning_path_title": "string"
}