Is there any API's available to find out the details of exported files from Salesforce to SharePoint
Issue:
I would like to ask if there is an available API for finding and exporting files per Salesforce object that are uploaded in Sharepoint ?
Is there a document with all the available APIs that you could provide us ?
Resolution:
1. Currently, we do not have any documentation regarding APIs. However, if you wish to view all migrated files that have already been exported to SharePoint, we utilize an object called External Content Details (ECD).
2. When files are uploaded from Salesforce (using the XfilesPro Bisync component) and subsequently exported, the file reference details are stored in records within the ECD which is a custom object. These records contain information such as the File Name, Content Remote Path (file path), Client Details (Record ID), and Content-Type, etc.
3. However, if a file is uploaded directly from the SharePoint end, it will merely reflect in our component and won't create any ECD record for that.