GetChunksInGroupData: {
    groupId: string;
    page: number | null;
    trDataset: string;
    xApiVersion?: APIVersion | null;
}

Type declaration

  • groupId: string

    Id of the group you want to fetch.

  • page: number | null

    The page of chunks to get from the group

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

  • OptionalxApiVersion?: APIVersion | null

    The version of the API to use for the request