interface TimelineTeamIteration {
    cssNodeId?: string;
    finishDate?: Date;
    name?: string;
    partiallyPagedWorkItems?: any[][];
    path?: string;
    startDate?: Date;
    status?: TimelineIterationStatus;
    workItems?: any[][];
}

Properties

cssNodeId?: string

The iteration CSS Node Id

finishDate?: Date

The end date of the iteration

name?: string

The iteration name

partiallyPagedWorkItems?: any[][]

All the partially paged workitems in this iteration.

path?: string

The iteration path

startDate?: Date

The start date of the iteration

The status of this iteration

workItems?: any[][]

The work items that have been paged in this iteration