microsoft-graph-explorer-v4 icon indicating copy to clipboard operation
microsoft-graph-explorer-v4 copied to clipboard

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

Open Bpop161 opened this issue 1 year ago • 1 comments

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):

  • OS: [windows 11]
  • Browser [chrome]
  • Version [129.0.6668.59 ]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

Bpop161 avatar Sep 19 '24 12:09 Bpop161

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

musale avatar Sep 23 '24 11:09 musale

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.