diario_get_task_details {diario}R Documentation

Get details of a specific task

Description

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

## Not run: 
task <- diario_get_task_details("66cf438223aa80386306e647", "66cf44209e4fedefb306bcd3")

## End(Not run)

[Package diario version 0.1.0 Index]