This function retrieves details of a specific task by task ID within a project.
Usage
diario_get_task_details(project_id, task_id)
Arguments
- project_id
A valid non-empty string with the project ID.
- task_id
A valid non-empty string with the task ID.
Value
A list containing task details.
Examples
if (FALSE) { # \dontrun{
task <- diario_get_task_details("66cf438223aa80386306e647", "66cf44209e4fedefb306bcd3")
} # }