GET https://graph.microsoft.com/v1.0/me/messages?%24filter=TheCorrectEmployeeTimeSheetactionforMeghaPatnehasbeenapproved HTTP/1.1User-Agent: OutSystemsPlatformAuthorization: [redacted]
{"error":{"code":"RequestBroker--ParseUri","message":"Could not find a property named 'TheCorrectEmployeeTimeSheetactionforMeghaPatnehasbeenapproved' on type 'microsoft.graph.message'."}}
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.
Hello @Igor Khodak , thank you for your response, i will check that documentation.
Hello @Megha Patne
This link will help you because the user is the same problem, it can help you.Click Here
thanks!
Yeah Anushka i will check that also thanks.
Your problem is solved @Megha Patne
not now.