ActivityHistories
Fetches all of the customer's past activities for your application. Returns all the Activities that are found on the Salesloft Activity Feed.
Columns
Name | Type | Description |
Id [KEY] | String | The Id of the Action. |
UserGuid | String | The UUID of the user this activity is for. |
UpdatedAt | Datetime | When this record was updated. |
Type | String | The Type of the Activity. Filter by the type of activity. Must be one of: added_to_cadence, completed_action, call, requested_email, sent_email, received_email, email_reply, note, success, dnc_event, residency_change, meeting, meeting_held, message_conversation, task, voicemail, opportunity_stage_change, opportunity_amount_change, opportunity_close_date_change.
使用できる値は次のとおりです。added_to_cadence, completed_action, call, requested_email, sent_email, received_email, email_reply, note, success, dnc_event, residency_change, meeting, meeting_held, message_conversation, task, voicemail, opportunity_stage_change, opportunity_amount_change, opportunity_close_date_change |
StaticData | String | The static data for this activity. |
DynamicData | String | Attributes from associated records. This is specific to the type of activity and may change over time. Not returned for create requests. |
FailedDynamicResources | String | A list of remote resource names that failed to load. This is specific to the type of activity and may change over time. Not returned for create requests. |
ResourceType | String | Type of the resource this activity is for. One of: account, person.
使用できる値は次のとおりです。person, account, crm_opportunity |
ResourceId | Integer | ID of the resource this activity is for. It will be a string for the following resource types: crm_opportunity. |
PinnedAt | Datetime | When this record was pinned. |
OccurredAt | Datetime | When this activity occurred. |
CreatedAt | Datetime | When this record was created. |
Pinned | Boolean | Filter by the pinned status of activity. Must be 'true' or 'false'. |