Gantt APIMethodsgetTaskByWBSCodeOn this pagegetTaskByWBSCode Description Returns a task by its WBS code getTaskByWBSCode: (code: string) => TaskParameters code - (required) string - the WBS code of the task Returns task - (Task) - a task object Exampleconst task = gantt.getTaskByWBSCode("1.2");// => {id:"t1", text:"Task #1, unscheduled: true, duration: 1, …}Related samples Show Task WBS Codes (Outline Numbers) Related API getWBSCode Related Guides Specifying Columns