Documents: Difference between revisions

Jump to navigation Jump to search
Line 126: Line 126:
Resco apps support 3 alternative ways of SharePoint communication:
Resco apps support 3 alternative ways of SharePoint communication:
* The oldest ListService interface is used by default. Needs extra API calls to obtain necessary info about document libraries. (GetListCollection does not return root folders.)
* The oldest ListService interface is used by default. Needs extra API calls to obtain necessary info about document libraries. (GetListCollection does not return root folders.)
* Enable the '''SharePoint REST API''' configuration setting to use ListService partially using REST API. This interface is more efficient than the first because it does not need GetList API calls.
* Enable the '''Partial SharePoint REST API (legacy)''' configuration setting to use ListService partially using REST API. This interface is more efficient than the first because it does not need GetList API calls.
* Enable '''New SharePoint REST API''' configuration setting to use the full REST API. It is just as efficient at the second option. Additionally, it uses the OAuth authorization, with a single sign-on with Dynamics possible.
* Enable '''SharePoint REST API (OAuth2)''' configuration setting to use the full REST API. It is just as efficient at the second option. Additionally, it uses the OAuth authorization, with a single sign-on with Dynamics possible.


== External document synchronization filter options ==
== External document synchronization filter options ==

Navigation menu