Replies: 1 comment 3 replies
-
I'm not trying to hijack your issue, but where in the docs is "LikedBy" shown? Cause I would love to get that data. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the latest version 5.29.0 and I'm trying to expand the LikedBy field for SharePoint Listitem. I try the graph exlorer this endpoint
https://graph.microsoft.com/v1.0/sites/55329914-b4ba-4df9-93a1-123123123/lists/f3e0acd5-9883-4442-b12c-123123123/items/1?expand=fields(select=LikedBy)
Graph exlorer response with a 200 and the correct data. I check the code snipet for C#
But in the code it responde
One or more errors occurred. (Parsing OData Select and Expand failed: Could not find a property named 'LikedBy' on type 'microsoft.graph.listItem'.)
Can somebody help me with this simple query?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions