URI | DESCRIPTION | METHOD
|
---|
/SearchDocument/ /SearchDocumentDST/ | This method returns all document numbers of the documents retrieved by the search.
| GET |
/SearchOnGroup/ /SearchOnGroupDST/ | This method is used to determine whether a DM User belongs to a specific DM group. | GET |
/AdvancedSearchDocument/ /AdvancedSearchDocumentDST/ | This method returns document profile information for all the documents retrieved by the filter specified in the “searchCriteria” parameter. | GET |
/AdvancedSearchDocumentByTrustee/ /AdvancedSearchDocumentByTrusteeDST/ | This method is similar to AdvancedSearchDocument but it must be used when it is necessary to filter the documents retrieved by user or group. | GET |
/AdvancedSearchDocumentPag/ /AdvancedSearchDocumentPagDST/ | This method is similar to AdvancedSearchDocument, but it allows the user to use pagination. With pagination, the user can select a number of documents per page and then return only the selected page. | GET |
/AdvancedSearchDocumentByTrusteePag/ /AdvancedSearchDocumentByTrusteePagDST/ | This method is similar to AdvancedSearchDocumentByTrustee, but it allows the user to use pagination. With pagination, the user can select a number of documents per page and then return only the selected page. | |