< Back

Get-KBFNewTask

Thu Jan 16, 2020 10:01 am

NAME Get-KBFNewTask



SYNOPSIS

Using the events from a kanban board, grab me a list of all

tasks that have been created in a certain time range

(The tasks can only be loaded when they still exist. If

they do not exist anymore, they will be omitted.)





SYNTAX

Get-KBFNewTask [-ApiToken] <String> [-From] <DateTime> [-To] <DateTime> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-ApiToken <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-From <DateTime>



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-To <DateTime>



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS