List all deal activities

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 relevant
  • dataAction: Examples include "add" or "complete" or the new value ("100") if the value is changing
  • dataOldVal: The previous value, if the value has changed (see dataAction); otherwise, empty quotes ("")
  • deal: ID of the deal related to the activity item
  • d_id: ID of the deal related to the activity item
Query Params
string

Include this param to exclude "email", "connection_email", and "LinkData" activity types

string

Filter by deal ID

string

Enter any dataType (see Response Details) to filter by that type. Examples: "userid" or task" or "note"

string

Enter any dataId (see Response details) to filter by related object. Example "291" for a note with ID 291

Responses

Language
Credentials
URL
Choose an example:
application/json