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

Get-Form

  • Dark
    Light
  • PDF

Article summary

Summary

Retrieves an existing form.

Get-Form
    -Id

Returns a form object.

Parameters

ParameterTypeRequired?Notes
IdInt32YesThe form id.

Examples

Get an existing form

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

# TODO

What's Next