Return the parent task of a subtask
Tasks
Return the parent task of a subtask
GET
Return the parent task of a subtask
Authorizations
JWT token obtained from /v2/auth/login. Send it in the header:
Authorization: Bearer <your_token>
Path Parameters
Public numeric identifier of the subtask. This is the public task reference, usually exposed as task_id in formatted responses and as id_tarefa in some legacy payloads.
Response
200 - application/json
Parent task returned successfully
The response is of type object.

