Skip to main content

Retrieve all activities from Pipedrive

Retrieve all activities from Pipedrive.

Application

  • Pipedrive

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected accountThe connected account to use for the requestConnected AccountYes
Resolve properties?By default do custom properties get returned only as ID instead of their actual name. Also option fields contain only the ID instead of their actual value. If this option gets set they get automatically resolvedTrue/FalseNo
Return all?Whether to return all results or only up to a given limitTrue/FalseNo
LimitMax number of results to returnNumberNo
Done?Whether the Activity is done or not. 0 = Not done, 1 = Done. If omitted returns both Done and Not done activitiesTrue/FalseNo
End dateUse the Activity due date where you wish to stop fetching Activities from. Insert due date in YYYY-MM-DD formatDatetimeNo
Predefined filter IDThe ID of the Filter to use (will narrow down results if used together with user_id parameter)Text (Short)No
Start dateUse the Activity due date where you wish to begin fetching Activities from. Insert due date in YYYY-MM-DD formatDatetimeNo
Type ID 1Type of the ActivityText (Short)No
Type ID 2Type of the ActivityText (Short)No
Type ID 3Type of the ActivityText (Short)No
User IDThe ID of the User whose Activities will be fetched. If omitted, the User associated with the API token will be used. If 0, Activities for all company Users will be fetched based on the permission setsText (Short)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A