Query Parameter Options ERROR #2119
-
Hello! I want to get SP List items, but i get error: "Exception of type 'Microsoft.Graph.Models.ODataErrors.ODataError' was thrown." My code: `
If i only want to return "ID" then it works, but if I want to return more data i get error. In older version of MS Graph 4.xxx i can get all data that i want. Thank you, Matjaz Reberc |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Any chance you can share the error (code and message) details by following the guidance at the link below? |
Beta Was this translation helpful? Give feedback.
-
Problem was missing $ before select. Matjaz |
Beta Was this translation helpful? Give feedback.
The select looks to be nested in the expand and should not be on the top level.
Any chance, the following code works for you?