pub async fn get_sections_for_project(
    configuration: &Configuration,
    project_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20019, Error<GetSectionsForProjectError>>
Expand description

Returns the compact records for all sections in the specified project.