Skip to main content

get_section

Function get_section 

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

Retrieve a single section by gid.

ยงErrors

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