Hi,
I know some of the existing Microsoft API-s support the $filter query, which allows me to, for example, filter data based on the create/send/receive (etc.) timestamps.
I am in need of doing something similar for Microsoft Teams. More specifically, I'd like to filter by createdDateTime. For example, I could query: ...channels/<id>/messages/<id>?$filter=(createdDateTime ge 2015-02-12T18:58:01.624Z and createdDateTime le 2020-07-31T18:58:01.624Z).
I'd like to know if this query parameter will be introduced at all, and when if so.