Path: / rs / task / {taskId}

Retrieves a task.

Path parameters:
taskId - Task identifier

Method Summary
ResourceDescription
GET /rs/task/{taskId}Retrieves a task.

Method Detail
HTTP Example:
GET /rs/task/{taskId}

API Example:

TaskResource.getTask({'taskId': /* taskId Task identifier */});

Retrieves a task.

Output:
javax.ws.rs.core.Response - the Task
Produces:
application/json
application/xml