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.