Connor
Connor

Reputation: 41

Data connection with SharePoint list

I am new to foundry and I am trying to set up a data connection to a SharePoint list. I know SharePoint supports REST APIs but that is about the extent of what I know. The Foundry Data connection documentation wasn't as helpful as I had hoped. How would I go about this? Thank you!

I think something along the lines of this:

GET https://{site_url}/_api/web/lists/GetByTitle('Test')/items Authorization: "Bearer " + accessToken Accept: "application/json;odata=verbose"

I want to pull all the items from the list into a dataset and then as a new item is added have foundry grab it and put it in the dataset. I hope this is the clarification you were looking for.

Upvotes: 0

Views: 740

Answers (0)

Related Questions