Input
Get a list of fields and their settings.
- Permissions to view the App is needed.
- API Tokens cannot be used with this API.
AttachmentField
Warning
- extend the abstract class "AbstractInputField"
Methods
getThumbnailSize()
Get the thumbnailSize
Parameter
(none)
Return
Integer
CalculatedField
Warning
- extend the abstract class "AbstractInputField"
Methods
getExpression()
Get the expression
Parameter
(none)
Return
String
getHideExpression()
Get the hideExpression
Parameter
(none)
Return
Boolean
getDisplayScale()
Get the displayScale
Parameter
(none)
Return
Integer
getUnit()
Get the unit
Parameter
(none)
Return
String
getUnitPosition()
Get the unitPosition
Parameter
(none)
Return
UnitPosition
getFormat()
Get the format
Parameter
(none)
Return
NumberFormat
LinkField
Warning
- extend the abstract class "AbstractInputField"
Methods
getDefaultValue()
Get the defaultValue
Parameter
(none)
Return
String
getUnique()
Get the unique
Parameter
(none)
Return
Boolean
getMaxLength()
Get the maxLength
Parameter
(none)
Return
Integer
getMinLength()
Get the minLength
Parameter
(none)
Return
Integer
getProtocol()
Get the protocol
Parameter
(none)
Return
LinkProtocol
MultiLineTextField
Warning
- extend the abstract class "AbstractInputField"
Methods
getDefaultValue()
Get the defaultValue
Parameter
(none)
Return
String
NumberField
Warning
- extend the abstract class "AbstractInputField"
Methods
getDisplayScale()
Get the displayScale
Parameter
(none)
Return
Integer
getUnit()
Get the unit
Parameter
(none)
Return
String
getUnitPosition()
Get the unitPosition
Parameter
(none)
Return
UnitPosition
getDigit()
Get the digit
Parameter
(none)
Return
Boolean
getMaxValue()
Get the maxValue
Parameter
(none)
Return
Integer
getMinValue()
Get the minValue
Parameter
(none)
Return
Integer
getDefaultValue()
Get the defaultValue
Parameter
(none)
Return
String
getUnique()
Get the unique
Parameter
(none)
Return
Boolean
RichTextField
Warning
- extend the abstract class "AbstractInputField"
Methods
getDefaultValue()
Get the defaultValue
Parameter
(none)
Return
String
SingleLineTextField
Warning
- extend the abstract class "AbstractInputField"
Methods
getMinLength()
Get the minLength
Parameter
(none)
Return
Integer
getMaxLength()
Get the maxLength
Parameter
(none)
Return
Integer
getExpression()
Get the expression
Parameter
(none)
Return
String
getHideExpression()
Get the hideExpression
Parameter
(none)
Return
Boolean
getDefaultValue()
Get the defaultValue
Parameter
(none)
Return
String
getUnique()
Get the unique
Parameter
(none)
Return
Boolean
AbstractInputField
Warning
- extend the abstract class "Field"
- This class is an abstract class.
Methods
getLabel()
Get the label
Parameter
(none)
Return
String
getNoLabel()
Get the noLabel
Parameter
(none)
Return
Boolean
getRequired()
Get the required
Parameter
(none)
Return
Boolean