JavaScript
Activities
Retrieve an Activity
Retrieves the details of an existing activity.
GET
JavaScript
Authorizations
Your Moonbase API key.
Path Parameters
The ID of the Activity to retrieve.
Response
Successful response.
The Activity object represents a specific event that has occurred, such as a meeting being scheduled or a form being submitted.
Unique identifier for the object.
The type of activity.
Available options:
activity/call_occurred, activity/file_created, activity/form_submitted, activity/inbox_message_sent, activity/item_created, activity/item_mentioned, activity/item_merged, activity/meeting_held, activity/meeting_scheduled, activity/note_created, activity/program_message_bounced, activity/program_message_clicked, activity/program_message_complained, activity/program_message_failed, activity/program_message_opened, activity/program_message_sent, activity/program_message_shielded, activity/program_message_unsubscribed The time at which the event occurred, as an ISO 8601 timestamp in UTC.
An array of entities involved along with each entity's relation to the activity.

