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

"Parsing Select and Expand failed" error only on microsoft-graph-explorer #589

Closed
asith-w opened this issue Jun 24, 2020 · 0 comments · Fixed by #708
Closed

"Parsing Select and Expand failed" error only on microsoft-graph-explorer #589

asith-w opened this issue Jun 24, 2020 · 0 comments · Fixed by #708
Assignees
Labels
promote SDK Issue with the JavaScript SDK type:bug Something isn't working

Comments

@asith-w
Copy link

asith-w commented Jun 24, 2020

Describe the bug
Expand query is breaking in following query and it is only happening in graph explorer .but same url is working with graph sdk client and postmen
https://graph.microsoft.com/v1.0/users/{user-id}/events?startDateTime=2020-04-10T00:00:00&endDateTime=2021-04-10T00:00:00 &$expand=singleValueExtendedProperties($filter=id eq 'String {00020329-0000-0000-c000-000000000046} Name BookingId')
Error response
{
"error": {
"code": "BadRequest",
"message": "Parsing Select and Expand failed.",
"innerError": {
"date": "2020-06-24T09:15:02",
"request-id": "d6856fbe-xxxx-xxxx-xxxx-b8e29c75b448"
}
}
}

Fiddler Screenshots of graph explorer query

Expected behavior
Query must work same as graph sdk/postmen
AB#6140

@Shjokie Shjokie added type:bug Something isn't working SDK Issue with the JavaScript SDK labels Jun 26, 2020
@thewahome thewahome mentioned this issue Sep 23, 2020
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
promote SDK Issue with the JavaScript SDK type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants