Graph Explorer does not return Json formatted output
Describe the bug
Graph Explorer is not returning Json formatted output. Endpoints being tested so far: https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=* https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=appDefinitions The same API works as expected if I pull Teams Apps information from other tenants. My assumption is that this could be because the amount of information returned may varies. But I’m not sure.
To Reproduce Steps to reproduce the behavior:
- Go to (https://developer.microsoft.com/en-us/graph/graph-explorer) GET
https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=* https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=appDefinitions
- I get a 200 OK response.
- The output is not easy to read because it is not Json formated.
Expected behavior The output being returned in Json format.
@CarlosGuadamuz I can't reproduce this on my end:
What kiind of unformatted json are you getting?
@CarlosGuadamuz on tyring this endpoint https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=* I can reproduce this:
@musale We were able to repro the issue internally and it's mostly affecting the anonymous experience.