Form object contains all the information about a form, including its fields, settings, and metadata.
The Form object
The unique identifier for the form.
The internal name of the form.
The unique slug for the form, used for public access.
The public title of the form.
A description of the form.
The status of the form. Can be
draft or published.An array of field objects that define the structure of the form.
An object containing settings for the form, such as success messages and redirect URLs.
A list of email addresses to notify upon new submissions.
The ID of the user who created the form.
The date and time the form was created, in ISO 8601 format.
The date and time the form was last updated, in ISO 8601 format.