![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Required | Description |
|---|---|---|---|
collabId |
![]() |
||
end |
![]() |
Returns the time at which the activity ends | |
handle |
![]() |
||
note |
![]() |
Returns any note that is attached to this Activity. | |
reference |
![]() |
Returns a handle to another Entity which may give more context to the activity, such as a Calendar occurence. | |
start |
![]() |
Returns the timestamp at which the activity has started or is scheduled to start. | |
type |
![]() |
Returns the type of this Activity |
Applied Markers
<xs:complexType name="activity">
<xs:sequence>
<xs:element minOccurs="0" name="collabId" type="tns:beeId"/>
<xs:element name="end" type="xs:long"/>
<xs:element minOccurs="0" name="handle" type="tns:beeId"/>
<xs:element minOccurs="0" name="note" type="tns:note"/>
<xs:element minOccurs="0" name="reference" type="tns:beeId"/>
<xs:element name="start" type="xs:long"/>
<xs:element minOccurs="0" name="type" type="tns:activityType"/>
</xs:sequence>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Response | Current User Utilities | Read Presence Activities |

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices