diario_get_task_details | R Documentation |
This function retrieves details of a specific task by task ID within a project.
diario_get_task_details(project_id, task_id)
project_id |
A valid non-empty string with the project ID. |
task_id |
A valid non-empty string with the task ID. |
A list containing task details.
## Not run:
task <- diario_get_task_details("66cf438223aa80386306e647", "66cf44209e4fedefb306bcd3")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.