Return the task identified by the id given as argument.
Method Detail
GET /{BASE}/tasks/{group}/{name}
Return the task identified by the id given as argument.
HTTP Example:
GET /{BASE}/tasks/{group}/{name}
API Example:
TaskManagerWebService.get({'group': /* Return the task identified by the id given as argument. */, 'name': /* Return the task identified by the id given as argument. */});
Output:
Response - The {@link Task} boxed in a {@link JSONObject}