Graph Explorer does not return Json formatted output #3158
Labels
priority:p1
High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days.
type:bug
Something isn't working
Milestone
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:
GET
https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=*
https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=appDefinitions
Expected behavior
The output being returned in Json format.
The text was updated successfully, but these errors were encountered: