I am new to Sharepoint Online API and I would like to extract data from a Sharepoint list using a SSIS flow. I tried to do this using OData Source, using the URL:
http://name.sharepoint.com/sites/l/_vti_bin/ListData.svc but I am not able to see all the properties of list items.
So now I would like to try using the REST API:
http://name.sharepoint.com/sites/l/_api/web/lists. but the issue is that this link is not working in SSIS.
Is there any possibility to do this using SSIS objects (not code)?