Get-Task

Prev Next

Summary

Retrieves an existing task.

Get-Task
    -Id
    -IncludeForms
    -IncludeProject

Returns a task object.

Parameters

ParameterTypeRequired?Notes
IdInt32YesThe task id.
IncludeFormsSwitchNo, Defaults to falseAdds the `Forms` property to the output.
IncludeProjectSwitchNo, Defaults to falseAdds the parent `Project` property to the output.

Examples

Get an existing task

This example retrieves a specific task and outputs it as JSON.

# TODO