Skip to main content

get_section_tasks

Function get_section_tasks 

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

Get tasks within a section (board view only).

ยงErrors

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