Skip to main content

get_task

Function get_task 

Source
pub async fn get_task(
    client: &ApiClient,
    gid: &str,
    fields: Vec<String>,
) -> Result<Task, ApiError>
Expand description

Retrieve a single task by gid.

ยงErrors

Returns an error if the API request fails, if deserialization fails, or if the response is invalid.