Path: / {BASE} / tasks / {group} / {name}

Return the task identified by the id given as argument.

Path parameters:
name -
group -

Method Summary
ResourceDescription
GET /{BASE}/tasks/{group}/{name}Return the task identified by the id given as argument.

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

API Example:

TaskManagerWebService.get({'name': /* Return the task identified by the id given as argument. */,
  'group': /* Return the task identified by the id given as argument. */});

Return the task identified by the id given as argument.

Output:
javax.ws.rs.core.Response - The {@link Task} boxed in a {@link JSONObject}
Produces:
application/json