jllort wrote:First of all, take in consideration with SDK what is a API wrapper. The API only accepts incoming calls it doesn't make outgoing calls, the API are thought to accept only outgoing calls.
Better if you have started explained the problem you trying to solve, rather the idea you got in mind. Seems - correct me if I'm wrong - you want to get the information of documents have been changed in openkm ( creation or update ) to store outside for some use. Is it ? confirm this point.
Seems - correct me if I'm wrong - you want to get the information of documents have been changed in openkm ( creation or update ) to store outside for some use. Is it ? confirm this point
Answer to your question : Yes, requirement is to store the document details in our Database.
Let me explain my requirement,
From my Web Applications web page, we will be opening the openKM web page for the user. If the user Uploads/Deletes a document in the OpenKM, I want the document details returned back to my application, where I want to store these informations.
How Can I achieve this?