Activities start_date, end_date discrepancy

Hi team,

I’m using the activities find endpoint, but when I use the API date parameters I get results which are inclusive and exclusive at the same time.

For example, if I request activities from 2020-09-01 to 2020-09-30, activities due on Sept 30th are not returned as part of the filter. But the first of the month activities are returned.

So the start_date is inclusive while the end_date is exclusive? Can you clarify?

@David can you help?

Hi Pedro,

You’re using the GET /activities endpoint? Could you tell what (if any) parameters you’re also using besides start_date and end_date?

Hi David,

I’m also using filter_id (which is basically a Activity Type == Meeting) and also user_id = 0 to show all the users.