/task/{projectId}/{taskId}
- Mount Point: /rest/task/{projectId}/{taskId}
The following operations are supported on this resource:
GET
Get a task.
Parameters
| name | description | type | default |
|---|---|---|---|
| projectId | project id | path | |
| taskId | task id | path |
Output Payload
| element | produceable content type(s) |
|---|---|
| (custom) | |
| description | |
| The task. | |
DELETE
Deletes a task.
Parameters
| name | description | type | default |
|---|---|---|---|
| projectId | project id | path | |
| taskId | task id | path |