/product/{uuid}

  • Mount Point: /resource/rest/product/{uuid}

The following operations are supported on this resource:

GET

Finds a product based on the specified UUID and returns it as XML.

Parameters

name description type default
uuid The UUID of the product to be returned. path

Output Payload

element produceable content type(s)
(custom)
  • text/xml
description
An XML document containing a representation of a Product conforming to this module's schema.

Exceptions

name description
RESTWebserviceException If the UUID specified is empty or if the service to retrieve the product is not initialized. The XML errormessage conforms to the REST web services error schema