Get-Form

Prev Next

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