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.

Path parameters:
group - the group to list the running tasks

Sub-Resources
Resources
NameDescription
{name}Return the task identified by the id given as argument.

Resource Methods
Method Summary
NameDescription
GET /{BASE}/tasks/{group}List all tasks in the group given as argument.

Method Detail

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.

HTTP Example:
GET /{BASE}/tasks/{group}
API Example:

TaskManagerWebService.list({'group': /* group the group to list the running tasks */});

Output:
Map<String,List<TaskInfo>> - List of {@link TaskInfo}s boxed in {@link JSONObject}s
Produces:
application/json