Type Alias GetChunksInGroupByTrackingIdData

GetChunksInGroupByTrackingIdData: {
    groupTrackingId: string;
    page: number;
    trDataset: string;
    xApiVersion?: APIVersion | null;
}

Type declaration

  • groupTrackingId: string

    The id of the group to get the chunks from

  • page: number

    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