Open
Description
Version used
1.4.1
Question
I'm trying to use a batched Graph (or REST) request to query two separate SharePoint libraries in a single MDV web part. I've tested a request in Graph Explorer, but the same request fails when I re-create it in the MDV web part with an "Invalid batch payload format" error.
My question is: Does MDV support batched Graph or REST requests?
Additional context
Additional detail on batched Graph requests can be found Here.
Ideally, I would prefer to use the REST api (as shown here), but MDV only seams to support JSON formatted HTTP Body.
Thanks in advance.