# Export members activities for a spot **GET /v1/activities~export** Export members activities for a spot ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Query parameters - **fromDate[eq]** (integer) Search activities from this date - **fromEventId** (string) The eventId from which to start exporting activities. You MUST provide either fromDate or fromEventId. - **toDate[eq]** (integer) Search activities to this date - **eventType[eq]** (string) Search activities with a specific event type - **eventType[in]** (array[string]) Search activities which have the following event types - **limit** (string) The limit of activities to export. If not provided, a default limit of 100 will be used. ## Responses ### 200 Exported members activities as a stream of JSONL objects #### Body: application/json (object) - **type** () The activity type - **index** (string) The activity index - **event_id** (string) The event id related to this activity - **spot_id** (string) The spot id related to this activity - **occurred_at_tz** (string(date-time)) The timestamp of the activity - **member_id** (string) The member id related to this activity - **member_first_name** (string) The member first name related to this activity - **member_last_name** (string) The member last name related to this activity - **member_title** (string | null) The member title related to this activity - **member_profile_picture_url** (string | null) The member profile picture URL related to this activity - **member_role** (string | null) The member role related to this activity - **member_custom_role_id** (string | null) The member custom role id related to this activity - **member_custom_role_label** (string | null) The member custom role label related to this activity - **member_email** (string) The member email related to this activity - **recipient_member_id** (string | null) The recipient member id related to this activity - **recipient_member_first_name** (string | null) The recipient member first name related to this activity - **recipient_member_last_name** (string | null) The recipient member last name related to this activity - **recipient_member_title** (string | null) The recipient member title related to this activity - **recipient_member_profile_picture_url** (string | null) The recipient member profile picture URL related to this activity - **recipient_member_email** (string | null) The recipient member email related to this activity - **live_id** (string | null) The live id related to this activity - **live_title** (string | null) The live title related to this activity - **channel_id** (string | null) The channel id related to this activity - **channel_title** (string | null) The channel title related to this activity - **channel_emoji** (string | null) The channel emoji related to this activity - **thread_message_id** (string | null) The thread id related to this activity - **thread_message_preview** (string | null) The thread message preview related to this activity - **reaction_emoji** (string | null) The reaction emoji related to this activity - **document_id** (string | null) The document id related to this activity - **document_title** (string | null) The document title related to this activity - **document_type** (string | null) The document type related to this activity - **document_link** (string | null) The document link related to this activity - **collection_id** (string | null) The collection id related to this activity - **collection_title** (string | null) The collection title related to this activity - **course_id** (string | null) The course id related to this activity - **course_title** (string | null) The course title related to this activity - **course_step_id** (string | null) The course step id related to this activity - **course_step_title** (string | null) The course step title related to this activity - **course_step_type** (string | null) The course step type related to this activity - **course_step_quiz_correct_answers_count** (integer | null) The course step quiz correct answers count related to this activity - **course_step_quiz_total_questions_count** (integer | null) The course step quiz total questions count related to this activity - **collection_emoji** (string | null) The collection emoji related to this activity - **topic_id** (string | null) The topic id related to this activity - **topic_title** (string | null) The topic title related to this activity - **forum_id** (string | null) The forum id related to this activity - **forum_title** (string | null) The forum title related to this activity - **forum_emoji** (string | null) The forum emoji related to this activity - **score_vote** (integer | null) The score vote related to this activity - **learning_path_id** (string | null) The learning path id related to this activity - **learning_path_title** (string | null) The learning path title related to this activity ### 400 Malformed payload [Powered by Bump.sh](https://bump.sh)