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

Return the task identified by the id given as argument.

Path parameters:
group -
name -

Resource Methods
Method Summary
NameDescription
GET /{BASE}/tasks/{group}/{name}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}
Produces:
application/json