| ||||
summary: resource | method | detail: method |
- Path parameters:
- group - the group to list the running tasks
- Sub-Resources
Resources Name Description {name} Return the task identified by the id given as argument. - Resource Methods
Method Summary Name Description GET /{BASE}/tasks/{group} List all tasks in the group given as argument.
Path: / {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.
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 |