List activities associated with a person

GET {{baseUrl}}/persons/:id/activities?start=0&limit=<integer>&done=<number>&exclude=<string>

Lists activities associated with a person.

Request Params

KeyDatatypeRequiredDescription
startnumberPagination start
limitstringItems shown per page
donestringWhether the activity is done or not. 0 = Not done, 1 = Done. If omitted, returns both Done and Not done activities.
excludestringA comma-separated string of activity IDs to exclude from result

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[{&quot;id&quot;:8,&quot;company_id&quot;:22122,&quot;user_id&quot;:1234,&quot;done&quot;:false,&quot;type&quot;:&quot;deadline&quot;,&quot;reference_type&quot;:&quot;scheduler-service&quot;,&quot;reference_id&quot;:7,&quot;conference_meeting_client&quot;:&quot;871b8bc88d3a1202&quot;,&quot;conference_meeting_url&quot;:&quot;https://pipedrive.zoom.us/link&quot;,&quot;conference_meeting_id&quot;:&quot;17058746701&quot;,&quot;due_date&quot;:&quot;2020-06-09&quot;,&quot;due_time&quot;:&quot;10:00&quot;,&quot;duration&quot;:&quot;01:00&quot;,&quot;busy_flag&quot;:true,&quot;add_time&quot;:&quot;2020-06-08 12:37:56&quot;,&quot;marked_as_done_time&quot;:&quot;2020-08-08 08:08:38&quot;,&quot;last_notification_time&quot;:&quot;2020-08-08 12:37:56&quot;,&quot;last_notification_user_id&quot;:7655,&quot;notification_language_id&quot;:1,&quot;subject&quot;:&quot;Deadline&quot;,&quot;public_description&quot;:&quot;This is a description&quot;,&quot;calendar_sync_include_context&quot;:&quot;&quot;,&quot;location&quot;:&quot;Mustamäe tee 3, Tallinn, Estonia&quot;,&quot;org_id&quot;:5,&quot;person_id&quot;:1101,&quot;deal_id&quot;:300,&quot;lead_id&quot;:&quot;46c3b0e1-db35-59ca-1828-4817378dff71&quot;,&quot;project_id&quot;:null,&quot;active_flag&quot;:true,&quot;update_time&quot;:&quot;2020-08-08 12:37:56&quot;,&quot;update_user_id&quot;:5596,&quot;gcal_event_id&quot;:&quot;&quot;,&quot;google_calendar_id&quot;:&quot;&quot;,&quot;google_calendar_etag&quot;:&quot;&quot;,&quot;source_timezone&quot;:&quot;&quot;,&quot;rec_rule&quot;:&quot;RRULE:FREQ=WEEKLY;BYDAY=WE&quot;,&quot;rec_rule_extension&quot;:&quot;&quot;,&quot;rec_master_activity_id&quot;:1,&quot;series&quot;:[],&quot;note&quot;:&quot;A note for the activity&quot;,&quot;created_by_user_id&quot;:1234,&quot;location_subpremise&quot;:&quot;&quot;,&quot;location_street_number&quot;:&quot;3&quot;,&quot;location_route&quot;:&quot;Mustamäe tee&quot;,&quot;location_sublocality&quot;:&quot;Kristiine&quot;,&quot;location_locality&quot;:&quot;Tallinn&quot;,&quot;location_admin_area_level_1&quot;:&quot;Harju maakond&quot;,&quot;location_admin_area_level_2&quot;:&quot;&quot;,&quot;location_country&quot;:&quot;Estonia&quot;,&quot;location_postal_code&quot;:&quot;10616&quot;,&quot;location_formatted_address&quot;:&quot;Mustamäe tee 3, 10616 Tallinn, Estonia&quot;,&quot;attendees&quot;:[{&quot;email_address&quot;:&quot;attendee@pipedrivemail.com&quot;,&quot;is_organizer&quot;:0,&quot;name&quot;:&quot;Attendee&quot;,&quot;person_id&quot;:25312,&quot;status&quot;:&quot;noreply&quot;,&quot;user_id&quot;:null}],&quot;participants&quot;:[{&quot;person_id&quot;:17985,&quot;primary_flag&quot;:false},{&quot;person_id&quot;:1101,&quot;primary_flag&quot;:true}],&quot;org_name&quot;:&quot;Organization&quot;,&quot;person_name&quot;:&quot;Person&quot;,&quot;deal_title&quot;:&quot;Deal&quot;,&quot;owner_name&quot;:&quot;Creator&quot;,&quot;person_dropbox_bcc&quot;:&quot;company@pipedrivemail.com&quot;,&quot;deal_dropbox_bcc&quot;:&quot;company+deal300@pipedrivemail.com&quot;,&quot;assigned_to_user_id&quot;:1235,&quot;file&quot;:{&quot;id&quot;:&quot;376892,&quot;,&quot;clean_name&quot;:&quot;Audio 10:55:07.m4a&quot;,&quot;url&quot;:&quot;https://pipedrive-files.s3-eu-west-1.amazonaws.com/Audio-recording.m4a&quot;}}],&quot;additional_data&quot;:{&quot;allOf&quot;:[{&quot;activity_distribution&quot;:{&quot;8877&quot;:{&quot;activities&quot;:{&quot;call&quot;:2,&quot;meeting&quot;:1},&quot;name&quot;:&quot;Will Smith&quot;,&quot;activity_count&quot;:3,&quot;share&quot;:100}}},{&quot;pagination&quot;:{&quot;start&quot;:0,&quot;limit&quot;:100,&quot;more_items_in_collection&quot;:true}}]}}