Get a project plan subtask
GET/api/project-plan-subtasks/{id}
Required permissions:
- project_plan.view: allows view of project plan subtasks.
Custom fields
Single-option custom fields appear in the response as dynamic fields named like custom_field_55 where
55 is the ID of the custom field. The value is the ID of the selected option, or null when no option is set.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 412
Returns the requested project plan subtask.
Validation failed
Unauthorized
Forbidden
Not found
Precondition failed