Retrieve Custom Task Lists
get
/tasks/views
Retrieves a list of custom task lists (views) that the current user has defined.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
- application/xml
200 Response
Success
Root Schema : schema
Example Response (application/json)
{
"levels":3,
"title":"List of views for jstein",
"link":[
{
"href":"http://example.com/bpm/api/3.0/tasks/views/c7b3f2b2-f7d4-4ed6-81c7-87d352dc696a",
"length":0,
"rel":"self",
"title":"Due Soon"
},
{
"href":"http://example.com/bpm/api/3.0/tasks/views/a1e0f90f-e2f3-4365-9657-7463966ecfa1",
"length":0,
"rel":"self",
"title":"High Priority"
},
{
"href":"http://example.com/bpm/api/3.0/tasks/views/3caca10d-8913-4aa2-9f03-c84d22509ace",
"length":0,
"rel":"self",
"title":"Past Day"
},
{
"href":"http://example.com/bpm/api/3.0/tasks/views/ca2ec237-8764-406c-90c8-73be6d4795a3",
"length":0,
"rel":"self",
"title":"Past Week"
},
{
"href":"http://example.com/bpm/api/3.0/tasks/views/2d04b3d7-0740-43f0-8dff-21eb461a7fb6",
"length":0,
"rel":"self",
"title":"Past Month"
},
{
"href":"http://example.com/bpm/api/3.0/tasks/views/99396276-8235-47c2-b4a3-99e8f865894c",
"length":0,
"rel":"self",
"title":"Past Quarter"
},
{
"href":"http://example.com/bpm/api/3.0/tasks/views/e105c44b-9e29-4d49-bbae-cdad8b64ce46",
"length":0,
"rel":"self",
"title":"New Tasks"
}
]
}