Hi,
I have an existing web application that interfaces with Content Server via the REST API. For the most part I'm able to do everything I need in terms of user and document management with the existing REST API. I have a need to interact with the records management module as well however, and I have noticed that both CWS and the REST API omit records management completely. I know that as part of the CS install, I get the RecordsManagement service which has some services in it (e.g. applying classifications and holds and removing them) but even in that there is no way to interact with disposition searching and actions.
Primarily what I am asking is, is there a programmatic way (SDK, API, etc.) to interface with the disposition search and take actions on those items? Basically something like, make a call to an api, get all the results from a given disposition search and then make another call to carry out disposition actions based on those search results (e.g. pass cs object id).