get https://{youraccountname}.api-us1.com/api/3/dealActivities
View a recent activity for Deals. A specific deal's activity can also be viewed using /api/3/deals/[dealID]/dealActivities.
Response details
dataType
: the Activity Type. Examples include "userid" or "subscriberid" or "task" or "note" or empty quotes (""
) for the deal's initial creation.dataId
: the ID for the related object (e.g. a Task or Note or similar), if relevantdataAction
: Examples include "add" or "complete" or the new value ("100") if the value is changingdataOldVal
: The previous value, if the value has changed (seedataAction
); otherwise, empty quotes (""
)deal
: ID of the deal related to the activity itemd_id
: ID of the deal related to the activity item