Get-Task
  • 1 Minute to read
  • Dark
    Light
  • PDF

Get-Task

  • Dark
    Light
  • PDF

Article summary

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

What's Next