locate
Locates a topic or content object across publications.
Description
Finds and reports on the requested resource across publications.
Parameters
- action
- locate
- docid
- The document id of requested resource.
- type
- The type of content object to find. Either 'doc', 'toc', or 'met'. Defaults to 'doc'.
Example URL
http://<host>:<port>/<context>/web/content.xql?action=locate&docid=<value>&type=<value>
Successful Result
An XML listing of the content object's location in any publications in which it exists.
Failed Result
Empty XML list if the object does not exist.
Permission exception if user does not have 'Use application' permission.