/bundle/{uuid}/lastModified

  • Mount Point: /resource/rest/bundle/{uuid}/lastModified

The following operations are supported on this resource:

GET

Finds a bundle based on the specified UUID and returns it's last modified date, UUID and active status as an XML document.

Parameters

name description type default
uuid The UUID of the bundle to find. path

Output Payload

element produceable content type(s)
(custom)
  • text/xml
description
A XML document in the format of:
<cm:opencase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cm="http://opencase.extend.com/cm">
<cm:component xsi:type="cm:Logical_Video">
<cm:lastModified>bundle last modified date</cm:lastModified>
<cm:uuid><![CDATA[bundle UUID]]></cm:uuid>
<cm:isActive>bundle active status as boolean</cm:isActive>
</cm:component>
</cm:opencase>

Exceptions

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