Export members activities for a spot
Query parameters
-
The date from which to start exporting activities (Unix timestamp format). You MUST provide either fromDate or fromEventId.
-
The eventId from which to start exporting activities. You MUST provide either fromDate or fromEventId.
-
The date until which to export activities (Unix timestamp format).
-
The event types to export. If not provided, all activities will be exported.
-
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.
GET
/v1/activities~export
curl \
--request GET 'https://openapi.meltingspot.io/v1/activities~export'
Response examples (200)
{
"type": "ChannelJoined",
"index": "string",
"event_id": "string",
"spot_id": "string",
"occurred_at_tz": "2026-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"
}