Function ehelply::apis::meta_api::get_meta

source ·
pub async fn get_meta(
    configuration: &Configuration,
    meta_uuid: &str,
    detailed: Option<bool>,
    custom: Option<bool>,
    history: Option<i32>,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<MetaDynamo, Error<GetMetaError>>