Hi, first time post and a noob to API calls using Zaps and I’ve hit a wall, would appreciate any assisting please.
The Get URL I’m trying to run is:
https://graph.microsoft.com/v1.0/me/mailFolders/inbox/childFolders?$filter=(displayName) eq 'Clients'
It’s getting cut down to only be the following when I test the Zap:
https://graph.microsoft.com/v1.0/me/mailFolders/inbox/childFolders
and the result is a list of all the child folders, not just the folder I’m trying to filter on.
Not sure how I should be formatting this request?
(I know it works as I’m also testing the same Get request, using Graph Explorer over at https://developer.microsoft.com/en-us/graph/graph-explorer and I’m getting the correct results)