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 | |
sortField | (no documentation provided) | path | timeUpdated |
order | (no documentation provided) | query | DESC |
Response Body
element: | (custom) |
media types: | application/xml application/json |
(no documentation provided)
/tasks/pending
Mount Point: /api/tasks/pending
GET
Parameters
name | description | type | default |
---|---|---|---|
type | (no documentation provided) | query | |
sortField | (no documentation provided) | path | timeUpdated |
order | (no documentation provided) | query | DESC |
Response Body
element: | (custom) |
media types: | application/xml application/json |
(no documentation provided)