pub async fn search_appointment_entities(
    configuration: &Configuration,
    appointment_uuid: &str,
    page: Option<i32>,
    page_size: Option<i32>,
    sort_on: Option<&str>,
    sort_desc: Option<bool>,
    search: Option<&str>,
    search_on: Option<&str>,
    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<Value, Error<SearchAppointmentEntitiesError>>