Use case repository
Importing file along with its metadata
OVERVIEW
Multiple times there is a need to import not only the file but the file metadata from other systems like SharePoint or other DMS system or even from an XML or Excel file.
Please find the following list of API methods in order to achieve this goal
One can use the upload file API using this API endpoint
https://developerportal.thomsonreuters.com/file-resource/documents/add-large-file
and then get the reference to the metadata iSheet record ID with this API call
https://developerportal.thomsonreuters.com/file-resource/documents/get-isheet-record-id-for-a-file
and once you have got a record ID of the iSheet you can use the following call
To update the metadata values of this file.
Last Updated: Jun 10,2023
Comments
0 Comments