Hi,
I so far haven't seen this, and I suspect that it's non-trivial, but what if I want to be able to get the default URL for a particular node? I checked in the REST API and there doesn't seem to be any property there either that defines what is this node's default URL.
Here's the use case: Client app, that is web based is responsible for all interaction with Content Server. Currently, they are using Web Services API. We have Brava! in the mix, and for docs that are of a MIME type that are not supported by Brava, we want to have the application simply download the document and present it through it's interface, while if it's a Brava-able document, the application would simply return the Brava URL to the user. Currently the application is hard-coded to do the latter for all documents which isn't quite what we want.
I'm ideally trying to find a way with Web Services to get whether the document is Brava enabled, or if I could get its default URL which would give me roughly the same info. I'm also exploring using the REST API which I already have a Java wrapper built for to allow for quick integration.
If this is not possible without extending either WS or REST, that's fine, I'll simply tell the client that.
Thanks in advance
-Hugh Ferguson