Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 995 Bytes

Form.md

File metadata and controls

33 lines (22 loc) · 995 Bytes

Form

Form schema

Properties

Name Type Description Notes
formId Integer [optional] [readonly]
internalTitle String Internal title of the form [optional]
title String Title of the form
language Language [optional]
listId Integer [optional]
_default Boolean True if this is the default form in the list, false otherwise [optional]
owner Integer [optional]
status StatusEnum Status of the form [optional] [readonly]
created OffsetDateTime The date and time [optional]
updated OffsetDateTime The date and time [optional]

Enum: StatusEnum

Name Value
ACTIVE "active"
UNPUBLISHED "unpublished"
CLONED "cloned"
DELETED "deleted"