/componentSnapshot

  • Mount Point: /resource/rest/componentSnapshot

The following operations are supported on this resource:

GET

Finds a snapshot based on the specified snapshot uuid and returns it as a XML document.

Parameters

name description type default
uuid An optional parameter to specify the uuid of the snapshot to find. query
xsltId An optional parameter to specify the id of XSLT template. If specified, the XSLT code from the template will be applied tosnapshot XML document. query

Output Payload

element produceable content type(s)
(custom)
  • text/xml
description
An XML document containing the found snapshot XML or a document that has been transformed by the XSTL applied to the snapshotXML. If XSLT has been applied to the snapshot XML, the resulting document may not match the module's schema.

Exceptions

name description
com.extend.opencase.occ.client.web.exception.RESTWebserviceException If the not way to find the snapshot is specified is empty, if the service to retrieve the snapshot is notinitialized, or if the snapshot cannot be found using the search criteria provided. The XML error message conforms to the REST web services error schema