microsoftgraph / microsoft-graph-explorer-v4

React/Redux version of Graph Explorer used to learn the Microsoft Graph Api
https://developer.microsoft.com/graph/graph-explorer
MIT License
212 stars 92 forks source link

https://graph.microsoft.com/v1.0/devices/{$deviceid} #3330

Open Bpop161 opened 1 month ago

Bpop161 commented 1 month ago

Describe the bug when I put id in this request on the graph explorer https://graph.microsoft.com/v1.0/devices/$id

To Reproduce Steps to reproduce the behavior:

  1. Go to 'graph explorer'
  2. Click on run query - https://graph.microsoft.com/v1.0/devices/456.....
  3. Scroll down to 'response preview'
  4. error - { "error": { "code": "Request_ResourceNotFound", "message": "Resource 'XXXXXXXXXXXXXXXXXXXXXXXXX' does not exist or one of its queried reference-property objects are not present.", "innerError": { "date": "2024-09-19T11:52:23", "request-id": "016940f7-f46f-4b64-8df5-368740da3995", "client-request-id": "304f50dd-c941-6879-c699-7e569f5db0ea" } } }

Expected behavior data on the device referenced through the id given in the request

Screenshots err err1 err2 err3

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

musale commented 1 month ago

@Bpop161 does running the same query using a different client give you the expected response? This looks like a service issue and the only way we can isolate it as a GE issue is if the query works with a different client.