GetGroupsForDatasetData: {
    cursor?: string | null;
    datasetId: string;
    page: number | null;
    trDataset: string;
    useCursor?: boolean | null;
}

Type declaration

  • Optionalcursor?: string | null

    The cursor offset for. Requires use_cursor = True. Defaults to 00000000-00000000-00000000-00000000. Group ids are compared to the cursor using a greater than or equal to.

  • datasetId: string

    The id of the dataset to fetch groups for.

  • page: number | null

    The page of groups to fetch. Page is 1-indexed. Only used if use_cursor = false.

  • 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.

  • OptionaluseCursor?: boolean | null

    Flag to enable cursor mode, this runs faster for large scroll operations. Defaults to false

MMNEPVFCICPMFPCPTTAAATR