Hello,
I'm new to LiveLink, but am working on development of a web application that needs to retrieve a list of docs from a LiveLink repository.
We have a folder tree in LiveLink, with a folder created for each user of our web application - like so
home-folder
- bob.smith
- jane.brooks
- fred.green
- barney.brown
- jake.howard
Permissions are configured in LiveLink such that each folder is visible to the associated user (and admins) only.
When a user logs into our web application, we want to locate the user's folder within the tree, and then retrieve a list of the documents it contains - preferably returning results as XML (so that we can transform using XSLT). We know the LiveLink ObjectID of the home folder (which is static), but need to locate the user's folder dynamically at runtime based on user id.
OpenText have provide documentation of the LiveLink HTTP Search API, though Í'm struggling to see how I would apply that to address this requirement.
Any steer from experienced members appreciated. I'm pretty sure that I'm over-complicating the solution!
Lee.
I'm new to LiveLink, but am working on development of a web application that needs to retrieve a list of docs from a LiveLink repository.
We have a folder tree in LiveLink, with a folder created for each user of our web application - like so
home-folder
- bob.smith
- jane.brooks
- fred.green
- barney.brown
- jake.howard
Permissions are configured in LiveLink such that each folder is visible to the associated user (and admins) only.
When a user logs into our web application, we want to locate the user's folder within the tree, and then retrieve a list of the documents it contains - preferably returning results as XML (so that we can transform using XSLT). We know the LiveLink ObjectID of the home folder (which is static), but need to locate the user's folder dynamically at runtime based on user id.
OpenText have provide documentation of the LiveLink HTTP Search API, though Í'm struggling to see how I would apply that to address this requirement.
Any steer from experienced members appreciated. I'm pretty sure that I'm over-complicating the solution!
Lee.