I’m hoping I phrased my question clearly but if not, here’s my situation:
I was able to add a Microsoft Graph collection and successfully send GET requests. I am hoping to view the result of the request in Power BI without having to download each request as a JSON file.
So i thought I’d share the collection via API. I viewed the JSON returned from the API URL but cannot find anything that is the content of any of my requests. For example, one of my GET requests returns a list of users from a specific tenant but this I cannot find from the JSON returned by Postman.
The Postman API GET /collection/id route would only be returning the Collection JSON in the response, similar to what you would see if you were to export that as a file.
These wouldn’t include the responses from any of the requests that you have made in Postman.