Get-Form
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-Form
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Retrieves an existing form.
Get-Form
-Id
Returns a form object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int32 | Yes | The form id. |
Examples
Get an existing form
This example retrieves a specific form and outputs it as JSON.
# TODO