I've searched StackOverflow for an answer to this question, however many of the answers are from years ago.
I am looking to automate a document perusal task which requires accessing documents on iManage Filesite then collating the docs into a folder. I cannot seem to find any documentation about accessing iManage using Python or CLI (most that I'm familiar with). I'm aware of this library
But I'm quite new to Java atm.
Has anyone used any of the above languages to query docs stored on iManage? I note that you can make SQL queries, but I'm still looking for a way to access the querying function using Python, API or CLI
Thanks.
The iManage Filesite system comes with a full API to allow access to documents, but it is a licence-able product. If you haven't already got access to the SDK you need to speak to your iManage account manager.
IManage Work Server 10 and greater come with a REST based API which can be used to easily download documents from most script languages. There is also a classic COM based API which can be used from .NET or other COM aware languages.
There are examples on the IManage support site @ https://help.imanage.com/hc/en-us on how to access documents through both APIs. If you do have a licence for the SDK and it's installed on your Work Server 10 environment you can inspect the APIs online at https://YOURSERVER/api-docs/v2/#/docs/summary