Methods
URI | DESCRIPTION | METHOD |
---|---|---|
/ParentChildFolderRelation/ | This method is used to populate content into a folder (both documents and subfolders). | GET |
/ParentChildFolderRelationRemove/ | This method is used to delete the content of a folder (both documents and subfolders). This method also controls the order of the non-deleted children into FOLDER_ITEM table. | GET |
/ShowFolderContent/ | This method is used to retrieve information about all documents and subfolfders included in a root folder. | GET |
/ShowFolderContentPag/ | This method is used to retrieve information about all documents and subfolfders included in a root folder. This method has pagination enabled, which allows the user to get only one page with a number of selected documents in every call. | GET |