Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Your Moonbase API key.

Path Parameters

id
string
required

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.

id
string
required

Unique identifier for the object.

type
enum<string>
required

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
occurred_at
string<date-time>
required

The time at which the event occurred, as an ISO 8601 timestamp in UTC.

constituents
Constituent · object[]
required

An array of entities involved along with each entity's relation to the activity.