Member

Get a list of fields and their settings.

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

DepartmentSelectionField

Warning

Methods

(none)

GroupSelectionField

Warning

Methods

(none)

MemberSelectEntity

Methods

getCode

Get the code

Declaration

func getCode() -> String?

Parameter

(none)

Return

String

getType

Get the type

Declaration

func getType() -> MemberSelectEntityType?

Parameter

(none)

Return

MemberSelectEntityType

UserSelectionField

Warning

Methods

(none)

AbstractMemberSelectField

Warning

Methods

getDefaultValue

Get the defaultValue

Declaration

func getDefaultValue() -> [MemberSelectEntity]

Parameter

(none)

Return

List<MemberSelectEntity>

getEntites

Get the entites

Declaration

func getEntites() -> [MemberSelectEntity]

Parameter

(none)

Return

List<MemberSelectEntity>

Reference