Calls Overview#
The Netfiles API consists of two groups of calls:
User Related Calls
Document Related Calls
User Related Calls#
User related calls deal with user data and login/logout.
Call |
Brief description |
|---|---|
Login to Netfiles |
|
Retrieve the list of datarooms for this user |
|
getFavorites |
Retrieves the list of favorite objects |
addFavorite |
Adds the object to the list of favorite objects |
remFavorite |
Removes the object from the list of favorites |
showPrefered [1] |
?? |
showLocked |
Retrieves the list of locked objects |
Retrieve the list of new obejct since last login |
|
Retrieve the list of changed objects since last login |
|
showSearchResults |
Retrieve the results of the last search |
Accept any disclaimer that was set |
|
logout |
Logout from Netfiles |
Document Related Calls#
Document related calls work on collections, directories and files [2].
Call |
Brief description |
|---|---|
Retrieves information about the specific object |
|
Retrieves the children of a folder or a collection |
|
Retrieves the original content of a file |
|
Retrieves the content of a file as a PDF (if possible) |
|
createFolder |
Creates a new parent object as the child of another parent |
insertObject |
Adds a new object as the sub-object of another object |
createTextDocument |
Creates a new text document? |
updateContent |
Uploads a new content for a given file-object |
moveObject |
Moves one object from one parent to a new parent |
deleteObject [3] |
Deletes an object and all its child-objects |
insertMFT |
Creates a Secure Filetransfer email package? |