TaskApi class
This document describes Confluence's v2 APIs. This is intended to be an iteration on the existing Confluence Cloud REST API with improvements in both endpoint definitions and performance.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getTaskById(
{required int id, String? bodyFormat, bool? serializeIdsAsStrings}) → Future< Task> - Returns a specific task.
-
getTasks(
{String? bodyFormat, bool? includeBlankTasks, String? status, List< int> ? taskId, List<int> ? spaceId, List<int> ? pageId, List<int> ? blogpostId, List<String> ? createdBy, List<String> ? assignedTo, List<String> ? completedBy, int? createdAtFrom, int? createdAtTo, int? dueAtFrom, int? dueAtTo, int? completedAtFrom, int? completedAtTo, String? cursor, int? limit, bool? serializeIdsAsStrings}) → Future<MultiEntityResult< Task> > -
Returns all tasks. The number of results is limited by the
limit
parameter and additional results (if available) will be available through thenext
URL present in theLink
response header. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateTask(
{required int id, bool? serializeIdsAsStrings}) → Future< Task> - Update a task by id.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited