![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Every user has a ReminderList. The system stores all of a particular user's Reminders and DefaultReminders in his or her ReminderList.
| Name | Type | Required | Description |
|---|---|---|---|
anchor |
![]() |
Return the current anchor associated with the elements of this folder | |
defaultReminders |
![]() |
Get the Default Reminders attribute of the ReminderList object. | |
elements |
![]() |
The Elements of the ReminderList | |
reminderListCapabilities |
![]() |
Get the ReminderList's capabilities. | |
reminders |
![]() |
Get the Reminders attribute of the ReminderList object. |
Inherits From
Applied Markers
<xs:complexType name="reminderList">
<xs:complexContent>
<xs:extension base="tns:folder">
<xs:sequence>
<xs:element minOccurs="0" name="anchor" type="xs:string"/>
<xs:element minOccurs="0" name="defaultReminders" type="tns:listResult"/>
<xs:element minOccurs="0" name="elements" type="tns:listResult"/>
<xs:element minOccurs="0"
name="reminderListCapabilities" type="tns:collabProperties"/>
<xs:element minOccurs="0" name="reminders" type="tns:listResult"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Response | ReminderList | Read |
| Response | ReminderList | Read Batch |
| Request | ReminderList | Read Batch |
| Response | ReminderList | Update |

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