The test plan detailed reference resource. Contains additional workitem realted information

interface TestPlanDetailedReference {
    areaPath?: string;
    endDate?: Date;
    id: number;
    iteration?: string;
    name: string;
    rootSuiteId: number;
    startDate?: Date;
}

Hierarchy (View Summary)

Properties

areaPath?: string

Area of the test plan.

endDate?: Date

End date for the test plan.

id: number

ID of the test plan.

iteration?: string

Iteration path of the test plan.

name: string

Name of the test plan.

rootSuiteId: number

Root Suite Id

startDate?: Date

Start date for the test plan.