Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph Explorer does not return Json formatted output #3158

Closed
CarlosGuadamuz opened this issue May 23, 2024 · 3 comments · Fixed by #3163
Closed

Graph Explorer does not return Json formatted output #3158

CarlosGuadamuz opened this issue May 23, 2024 · 3 comments · Fixed by #3163
Assignees
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

Comments

@CarlosGuadamuz
Copy link

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:

  1. 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

  1. I get a 200 OK response.
  2. The output is not easy to read because it is not Json formated.

Expected behavior
The output being returned in Json format.

@musale
Copy link
Contributor

musale commented May 27, 2024

@CarlosGuadamuz I can't reproduce this on my end:
image

What kiind of unformatted json are you getting?

@musale
Copy link
Contributor

musale commented May 28, 2024

@CarlosGuadamuz on tyring this endpoint https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=* I can reproduce this:

image

@adhiambovivian
Copy link
Collaborator

@musale We were able to repro the issue internally and it's mostly affecting the anonymous experience.

@adhiambovivian adhiambovivian added the priority:p1 High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days. label May 29, 2024
@adhiambovivian adhiambovivian added this to the June-2024 milestone May 29, 2024
@adhiambovivian adhiambovivian added type:bug Something isn't working and removed Needs: Author Feedback ToTriage labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p1 High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days. type:bug Something isn't working
Projects
None yet
5 participants