Forum Discussion
NeeradaSkyhigh
Apr 19, 2023Copper Contributor
I am looking for fetching control messages of a teams channel
I am looking for fetching control messages(messages received when a user joins/leaves a group chat or meeting) of a teams channel.
I am trying this API :
https://graph.microsoft.com/beta/teams/e1f5cddf-66ea-4318-bf10-0382fb740d30/channels/19:MmcVGR3-fpwIupd1ta2tGfhbj3J9UWGmF77m2raTxzQ1@thread.tacv2/messages/delta?$filter=isReadReceiptRequested eq true or messageType eq 'system'
But I am getting error saying
"Invalid filter clause".
How we can modify $filter so that we can get only control messages?
No RepliesBe the first to reply