Skip to content

Selection

Get a list of fields and their settings.

  • Permissions to view the App is needed.
  • API Tokens cannot be used with this API.

CheckboxField

Warning

Methods

getAlign()

Get the align

Parameter

(none)

Return

AlignLayout

getDefaultValue()

Get the defaultValue

Parameter

(none)

Return

List<String>

Warning

Methods

getDefaultValue()

Get the defaultValue

Parameter

(none)

Return

String

MultipleSelectField

Warning

Methods

getDefaultValue()

Get the defaultValue

Parameter

(none)

Return

List<String>

OptionData

Methods

getIndex()

Get the index

Parameter

(none)

Return

Integer

getLabel()

Get the label

Parameter

(none)

Return

String

RadioButtonField

Warning

Methods

getAlign()

Get the align

Parameter

(none)

Return

AlignLayout

getDefaultValue()

Get the defaultValue

Parameter

(none)

Return

String

AbstractSelectionField

Warning

Methods

getOptions()

Get the options

Parameter

(none)

Return

Map<String, OptionData>

Reference