TasksResource

TasksResource REST endpoint to access and manipulate collections of Task data. Copyright 2013 WANdisco.

The following resources are part of this group:

/tasks

Mount Point: /api/tasks

GET

Returns the TaskListDTO containing the specified type of tasks.

Parameters

name description type default
type (no documentation provided) query

Response Body

element: (custom)
media types: application/xml

(no documentation provided)

/tasks/pending

Mount Point: /api/tasks/pending

GET

Parameters

name description type default
type (no documentation provided) query

Response Body

element: (custom)
media types: application/xml

(no documentation provided)

/tasks/top

Mount Point: /api/tasks/top

GET

Find all tasks that aren't a next task of another task

Response Body

element: (custom)
media types: application/xml

(no documentation provided)