Activities synced from external calendar are not included when retriving activities from API
Vg
Member Posts: 4 NEW MEMBER
Best Answer
-
Hello @Vg,
When you use API calls like Get All Activity, they return all the activities in Pipedrive, including the ones synced from your external calendar.
As get all Activities is an endpoint that uses pagination, please make sure to specify the limit (the limit is set up to 500 items) and as long the
next_cursor
parameter is not null; you will have more data as part of the query.If you are still having issues with accessing these activities, kindly contact our support team with some examples so we will be able to investigate this.
1
Answers
-
thank you very much, @Tony Xavier :D
0