Can't use a filter for attachment requests?

Training here: Attachment List and Use Query Parameters

When I call v1.0/me/messages/{message id}/attachments/?$filter=isInline eq true. It returns both embedded and non-embedded.

When I call v1.0/me/messages/{message id}/attachments/?$filter=size gt 15000. It returns attachments with all sizes, including, for example, 14000.

It just ignores the filter parameter ...

It is right? The documentation says nothing about this.

Is there any other way to get only inline attachments with a single request?

+3
source share
2 answers

Known bug with endpoint /attachmentsaffecting offer support $filter.

GitHub. .

+1

? , , /.

0

Source: https://habr.com/ru/post/1689231/


All Articles