Syntax for addressing portal resources
To obtain information about a portal resource, or to modify a portal resource, either...
- Obtain a feed for the resource
- Send a request to a URL contains a feed
To obtain a feed containing certain portal resources, send an HTTP GET request to...
/wps/[my]contenthandler[/vpmapping]?(uri=model-uri)+(&mode=verb)?(&name=value)*
...where...
contenthandler Name of the servlet for unauthenticated access. No J2EE security context is available. mycontenthandler Name of the servlet for authenticated access. There is a J2EE security context. vpmapping Optional name of the URL mapping to a virtual portal. If no mapping is given, the default virtual portal is assumed, otherwise the ID of the addressed virtual portal is associated with the current thread. uri=model-uri Identification of the addressed resource. Can appear only once. mode=verb Optional specification for the mode of access. By default mode=download is assumed. name=value Arbitrary set of parameters.
See also:
Parent Feeds for REST services