Sort Associated Activites by Due/Added/Updated Date

We’re looking to pull Activities associated with a Person but sorted by Due Date. The API doesn’t seem to support filtering on this endpoint, only pagination. As Activities can be created with different due dates, the ‘id’ isn’t a good filtering mechanism (as a later Activity may have a due date closer than the previously created one)

I know the due date isn’t a mandatory field but it would be an incredibly helpful filter, even if those activities with no due date appeared first.

https://developers.pipedrive.com/docs/api/v1/#!/Persons/getPersonActivities

Hi Colin,

Thanks for your feedback and I understand the concern. Unfortunately all of our API endpoints response body is sorted by id. That said, it should be fairly easy (depending on how you’re storing the information) to sort by due_date (or whichever quantifier you choose).