Skip to main content

Formdefinitionresponse

Properties

NameTypeDescriptionNotes
id(optional) stringUnique guid identifying the form definition.[default to undefined]
name(optional) stringName of the form definition.[default to undefined]
description(optional) stringForm definition's description.[default to undefined]
owner(optional) Formowner[default to undefined]
usedBy(optional) Array<Formusedby>List of objects using the form definition. Whenever a system uses a form, the API reaches out to the form service to record that the system is currently using it.[default to undefined]
formInput(optional) Array<Formdefinitioninput>List of form inputs required to create a form-instance object.[default to undefined]
formElements(optional) Array<Formelement>List of nested form elements.[default to undefined]
formConditions(optional) Array<Formcondition>Conditional logic that can dynamically modify the form as the recipient is interacting with it.[default to undefined]
created(optional) stringCreated is the date the form definition was created[default to undefined]
modified(optional) stringModified is the last date the form definition was modified[default to undefined]