カスタム・タスク・リストの取得
get
/tasks/views
現在のユーザーが定義したカスタム・タスク・リスト(ビュー)のリストを取得します。
リクエスト
この操作のリクエスト・パラメータはありません。
トップに戻るレスポンス
サポートされているメディア・タイプ
- application/json
- application/xml
200レスポンス
成功
ルート・スキーマ: schema
レスポンスの例(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"
}
]
}