API ReferenceFunctionsgetTaskUrl()On this pagegetTaskUrl() function getTaskUrl(taskId: string, content?: string): string; Generate the URL for a given task. Parameters ParameterTypeDescriptiontaskIdstringThe ID of the task.content?stringThe content of the task. Returns string The URL string for the task view.