Skip to content

Commit

Permalink
1 - Fix FAQ link for type parameter on /api/activities
Browse files Browse the repository at this point in the history
  • Loading branch information
daphnehenrio committed Jun 10, 2024
1 parent d0e77a3 commit c02d79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/_activities.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This endpoint retrieves the last 100 activities.

Parameter | Description
--------- | -----------
type | (Optional) The type of activity you want to retrieve. Can be `aircallCreated`, `aircallDone`, `aircallEnded`, `aircallInterested`, `aircallNotInterested`, `annotated`, `apiDone`, `apiFailed`, `apiInterested`, `apiNotInterested`, `apiUnsubscribed`, `conditionChosen`, `emailsBounced`, `emailsClicked`, `emailsDone`, `emailsFailed`, `emailsInterested`, `emailsNotInterested`, `emailsOpened`, `emailsReplied`, `emailsSent`, `emailsUnsubscribed`, `linkedinDone`, `linkedinDone`, `linkedinInterested`, `linkedinInviteAccepted`, `linkedinInviteDone`, `linkedinInviteFailed`, `linkedinNotInterested`, `linkedinOpened`, `linkedinReplied`, `linkedinSendFailed`, `linkedinSent`, `linkedinVisitFailed`, `linkedinVoiceNoteDone`, `linkedinVoiceNoteFailed`, `manualDone`, `manualInterested`, `manualNotInterested`, `meetingBooked`, `paused`, `resumed`, `sendToAnotherCampaign`, `skipped`, `snoozed`, `contacted`, `hooked`, `attracted`, `warmed`, `interested`, `notInterested`. You can retrieve the documentation of the `type` parameter here: <a href="https://help.lemlist.com/en/articles/9423940-api-get-activities-list-of-activities-type#h_b17724726a" target="_blank">Activity Types</a>.
type | (Optional) The type of activity you want to retrieve. Can be `aircallCreated`, `aircallDone`, `aircallEnded`, `aircallInterested`, `aircallNotInterested`, `annotated`, `apiDone`, `apiFailed`, `apiInterested`, `apiNotInterested`, `apiUnsubscribed`, `conditionChosen`, `emailsBounced`, `emailsClicked`, `emailsDone`, `emailsFailed`, `emailsInterested`, `emailsNotInterested`, `emailsOpened`, `emailsReplied`, `emailsSent`, `emailsUnsubscribed`, `linkedinDone`, `linkedinDone`, `linkedinInterested`, `linkedinInviteAccepted`, `linkedinInviteDone`, `linkedinInviteFailed`, `linkedinNotInterested`, `linkedinOpened`, `linkedinReplied`, `linkedinSendFailed`, `linkedinSent`, `linkedinVisitFailed`, `linkedinVoiceNoteDone`, `linkedinVoiceNoteFailed`, `manualDone`, `manualInterested`, `manualNotInterested`, `meetingBooked`, `paused`, `resumed`, `sendToAnotherCampaign`, `skipped`, `snoozed`, `contacted`, `hooked`, `attracted`, `warmed`, `interested`, `notInterested`. You can retrieve the documentation of the `type` parameter here: <a href="https://help.lemlist.com/en/articles/9423940-api-get-activities-list-of-activities-type" target="_blank">Activity Types</a>.
campaignId | (Optional) Retrieve activities of this `campaignId`.
isFirst | (Optional) Only retrieve the first time this activity happened.
offset | (Optional) Offset from the start. For pagination.
Expand Down

0 comments on commit c02d79d

Please sign in to comment.