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

Declaration

func getAlign() -> AlignLayout?

Parameter

(none)

Return

AlignLayout

getDefaultValue

Get the defaultValue

Declaration

func getDefaultValue() -> [String]?

Parameter

(none)

Return

List<String>

Warning

Methods

getDefaultValue

Get the defaultValue

Declaration

func getDefaultValue() -> String?

Parameter

(none)

Return

String

MultipleSelectField

Warning

Methods

getDefaultValue

Get the defaultValue

Declaration

func getDefaultValue() -> [String]?

Parameter

(none)

Return

List<String>

OptionData

Methods

getIndex

Get the index

Declaration

func getIndex() -> Int

Parameter

(none)

Return

Integer

getLabel

Get the label

Declaration

func getLabel() -> String

Parameter

(none)

Return

String

RadioButtonField

Warning

Methods

getAlign

Get the align

Declaration

func getAlign() -> AlignLayout?

Parameter

(none)

Return

AlignLayout

getDefaultValue

Get the defaultValue

Declaration

func getDefaultValue() -> String?

Parameter

(none)

Return

String

AbstractSelectionField

Warning

Methods

getOptions

Get the options

Declaration

func getOptions() -> [String: OptionData]

Parameter

(none)

Return

Map<String, OptionData>

Reference