GetGroupsForDatasetData: {
    datasetId: string;
    page: number;
    trDataset: string;
}

Type declaration

  • datasetId: string

    The id of the dataset to fetch groups for.

  • page: number

    The page of groups to fetch. Page is 1-indexed.

  • trDataset: string

    The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.