Hi!
We’re seeing issues when calling the GET /direct_messages/events/list.json endpoint. When using the count param to change the number of returned events, we’re seeing that the count param and the number of returned events is wrong when we’re also including the ‘cursor’ param:
- When count = 1 to 33, I get the correct number of events returned.
- When count = 34 to 50, I get one less event returned than I requested. E.g. if I request count=34, I only get 33 events returned and if I request count=50 I only get 49 events returned.
Should be fairly easy for you to verify this behaviour.
Thanks,
Brett