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}