pub async fn get_tasks_for_section(
    configuration: &Configuration,
    section_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20023, Error<GetTasksForSectionError>>
Expand description

Board view only: Returns the compact section records for all tasks within the given section.