SummaryRetrieves an existing form.Get-Form -IdReturns a form object.ParametersParameterTypeRequired?NotesIdInt32YesThe form id.ExamplesGet an existing formThis example retrieves a specific form and outputs it as JSON.# TODO