![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
TaskLists are located in a workspace. Every user have a primary TaskList. TeamWorkspace can also have a default TaskList. The default TaskList is the location where the new task assignments generated by the system for a specified participant are inserted. There can many TaskLists per Workspace, but only one default TaskList.
| Name | Type | Required | Description |
|---|---|---|---|
elementModificationsAnchor |
![]() |
The anchor attribute represent the version/state of this folder snapshot and the snapshots of all its elements. | |
elements |
![]() |
Returns the tasks within this TaskList. |
Inherits From
Applied Markers
<xs:complexType name="taskList">
<xs:complexContent>
<xs:extension base="tns:folder">
<xs:sequence>
<xs:element minOccurs="0"
name="elementModificationsAnchor" type="xs:string"/>
<xs:element minOccurs="0" name="elements" type="tns:listResult"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Response | TaskList | Read |
| Response | TaskList | Read Batch |
| Request | TaskList | Read Batch |

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