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

Methods

getThumbnailSize

Get the thumbnailSize

Declaration

func getThumbnailSize() -> Int?

Parameter

(none)

Return

Integer

CalculatedField

Warning

Methods

getExpression

Get the expression

Declaration

func getExpression() -> String?

Parameter

(none)

Return

String

getHideExpression

Get the hideExpression

Declaration

func getHideExpression() -> Bool?

Parameter

(none)

Return

Boolean

getDisplayScale

Get the displayScale

Declaration

func getDisplayScale() -> Int?

Parameter

(none)

Return

Integer

getUnit

Get the unit

Declaration

func getUnit() -> String?

Parameter

(none)

Return

String

getUnitPosition

Get the unitPosition

Declaration

func getUnitPosition() -> UnitPosition?

Parameter

(none)

Return

UnitPosition

getFormat

Get the format

Declaration

func getFormat() -> NumberFormat?

Parameter

(none)

Return

NumberFormat

LinkField

Warning

Methods

getDefaultValue

Get the defaultValue

Declaration

func getDefaultValue() -> String?

Parameter

(none)

Return

String

getUnique

Get the unique

Declaration

func getUnique() -> Bool?

Parameter

(none)

Return

Boolean

getMaxLength

Get the maxLength

Declaration

func getMaxLength() -> Int?

Parameter

(none)

Return

Integer

getMinLength

Get the minLength

Declaration

func getMinLength() -> Int?

Parameter

(none)

Return

Integer

getProtocol

Get the protocol

Declaration

func getProtocol() -> LinkProtocol?

Parameter

(none)

Return

LinkProtocol

MultiLineTextField

Warning

Methods

getDefaultValue

Get the defaultValue

Declaration

func getDefaultValue() -> String?

Parameter

(none)

Return

String

NumberField

Warning

Methods

getDisplayScale

Get the displayScale

Declaration

func getDisplayScale() -> Int?

Parameter

(none)

Return

Integer

getUnit

Get the unit

Declaration

func getUnit() -> String?

Parameter

(none)

Return

String

getUnitPosition

Get the unitPosition

Declaration

func getUnitPosition() -> UnitPosition?

Parameter

(none)

Return

UnitPosition

getDigit

Get the digit

Declaration

func getDigit() -> Bool?

Parameter

(none)

Return

Boolean

getMaxValue

Get the maxValue

Declaration

func getMaxValue() -> Int?

Parameter

(none)

Return

Integer

getMinValue

Get the minValue

Declaration

func getMinValue() -> Int?

Parameter

(none)

Return

Integer

getDefaultValue

Get the defaultValue

Declaration

func getDefaultValue() -> String?

Parameter

(none)

Return

String

getUnique

Get the unique

Declaration

func getUnique() -> Bool?

Parameter

(none)

Return

Boolean

RichTextField

Warning

Methods

getDefaultValue

Get the defaultValue

Declaration

func getDefaultValue() -> String?

Parameter

(none)

Return

String

SingleLineTextField

Warning

Methods

getMinLength

Get the minLength

Declaration

func getMinLength() -> String?

Parameter

(none)

Return

Integer

getMaxLength

Get the maxLength

Declaration

func getMaxLength() -> String?

Parameter

(none)

Return

Integer

getExpression

Get the expression

Declaration

func getExpression() -> String?

Parameter

(none)

Return

String

getHideExpression

Get the hideExpression

Declaration

func getHideExpression() -> Bool?

Parameter

(none)

Return

Boolean

getDefaultValue

Get the defaultValue

Declaration

func getDefaultValue() -> String?

Parameter

(none)

Return

String

getUnique

Get the unique

Declaration

func getUnique() -> Bool?

Parameter

(none)

Return

Boolean

AbstractInputField

Warning

  • extend the abstract class "Field"
  • This class is an abstract class.

Methods

getLabel

Get the label

Declaration

func getLabel() -> String?

Parameter

(none)

Return

String

getNoLabel

Get the noLabel

Declaration

func getNoLabel() -> Bool?

Parameter

(none)

Return

Boolean

getRequired

Get the required

Declaration

func getRequired() -> Bool?

Parameter

(none)

Return

Boolean

Reference