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

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

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

Method Detail
HTTP Example:
GET /{BASE}/tasks/{group}

API Example:

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

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.

Output:
Map<String,List<org.apache.marmotta.platform.core.api.task.TaskInfo>> - List of {@link TaskInfo}s boxed in {@link JSONObject}s
Produces:
application/json