Documents: Difference between revisions

Jump to navigation Jump to search
4 bytes removed ,  8 October 2021
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 '''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 '''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 '''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.
* 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.


Navigation menu