pub async fn get_groups_for_dataset(
configuration: &Configuration,
tr_dataset: &str,
dataset_id: &str,
page: i64,
) -> Result<GroupData, Error<GetGroupsForDatasetError>>
Expand description
Fetch the groups which belong to a dataset specified by its id.