41
Views
6
Comments
400 Bad Request , Api error
Question

GET https://graph.microsoft.com/v1.0/me/messages?%24filter=TheCorrectEmployeeTimeSheetactionforMeghaPatnehasbeenapproved HTTP/1.1
User-Agent: OutSystemsPlatform
Authorization: [redacted] 


{"error":{"code":"RequestBroker--ParseUri","message":"Could not find a property named 'TheCorrectEmployeeTimeSheetactionforMeghaPatnehasbeenapproved' on type 'microsoft.graph.message'."}} 


2021-02-19 12-08-38
Igor Khodak

The error message indicates that the Microsoft Graph API is unable to find a property named "TheCorrectEmployeeTimeSheetactionforMeghaPatnehasbeenapproved" on the microsoft.graph.message type. 

This is because the $filter query parameter is expecting a valid property of the message resource to filter on, but instead, it's being given an invalid property. 

For more details on how to construct the filter query, you can refer to the Microsoft Graph API documentation.

2023-02-16 06-16-08
Megha Patne

Hello @Igor Khodak , thank you for your response, i will check that documentation.

2024-05-30 10-12-48
Anushka singh

Hello @Megha Patne


This link will help you because the user is the same problem, it can help you.Click Here

thanks!

2023-02-16 06-16-08
Megha Patne

Yeah Anushka i will check that also thanks.

2024-05-30 10-12-48
Anushka singh
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.