문제

Is it possible to get data from external sources into SharePoint online sites? I suppose rest API's is an option, but how can that be done? Any suggestions would be much appreciated.

도움이 되었습니까?

해결책

It is not SharePoint that limits what you can import.

You need to connect to the API of your 3rd party vendor.
If they don't "let you in", you can't get the data

So start by investigating if the vendor has APIs, then follow their code examples.

To import content into SharePoint learn to use the SharePoint REST endpoints, or use the Microsoft PnP tools: https://github.com/SharePoint/PnP

다른 팁

In SharePoint Online we can setup BCS - Business Connectivity Service and get external data in SharePoint Online List.

What is your external data source?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top