| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
{name} | Return the task identified by the id given as argument. |
Name | Description |
---|---|
GET /{BASE}/tasks/{group} | List all tasks in the group given as argument. |
GET /{BASE}/tasks/{group}List all tasks in the group given as argument. The result is a map from group to list of tasks, each task formatted as a key-value map.
|
| ||||
summary: resource | method | detail: method |