Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 939 Bytes

File metadata and controls

33 lines (19 loc) · 939 Bytes

egoisdk.Form

Properties

Name Type Description Notes
formId Number [optional] [readonly]
internalTitle String Internal title of the form [optional] [default to '$request.body#/title']
title String Title of the form
language Language [optional]
listId Number [optional]
_default Boolean True if this is the default form in the list, false otherwise [optional]
owner Number [optional]
status String Status of the form [optional] [readonly]
created Date The date and time [optional]
updated Date The date and time [optional]

Enum: StatusEnum

  • active (value: "active")

  • unpublished (value: "unpublished")

  • cloned (value: "cloned")

  • deleted (value: "deleted")