Forum Discussion
Etienne Fortin
May 15, 2017Copper Contributor
Adding Sharepoint Lookup Item With Graph
I'm experimenting with Graph (Beta) with Sharepoint. I can create items and update their fields. It works for simple fields like text andnumbers. Howerver, I can't figure out how to update fields li...
Etienne Fortin
Aug 21, 2017Copper Contributor
Unfortunetely not. Can't figure out how to do it.
Ketill Antoníus Ágústsson
Aug 22, 2017Copper Contributor
Too bad :(
But are you successfully calling the view-items endpoint:
/beta/sites/{site-id}/lists/{list-id}/items
and getting a non-null response?
Because all I get as a response is:
{ "@odata.context": "https://graph.microsoft.com/beta/...", "value": [] }
- Etienne FortinSep 06, 2017Copper Contributor
I'm getting a non null response to my queries.