Retrieves the details of an existing activity.
Your Moonbase API key.
The ID of the Activity to retrieve.
Successful response.
The Activity object represents a specific event that has occurred, such as a meeting being scheduled or a form being submitted.
Activities are polymorphic; the type field indicates the specific activity that occurred, and the object will contain a property with a matching name that holds the details of that event. For example, an activity/meeting_held activity will contain a meeting property.
Unique identifier for the object.
The time at which the event occurred, as an ISO 8601 timestamp in UTC.
The type of activity. Always activity/call_occurred.
"activity/call_occurred"The Call object associated with this event.