Skip to content

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

Parameter

(none)

Return

String

Sample code

get Code Source code
String code = memberSelectEntity.getCode();

getType()

Get the type

Parameter

(none)

Return

MemberSelectEntityType

Sample code

get Code Source code
MemberSelectEntityType type = memberSelectEntity.getType();

UserSelectionField

Warning

Methods

(none)

AbstractMemberSelectField

Warning

Methods

getDefaultValue()

Get the defaultValue

Parameter

(none)

Return

List<MemberSelectEntity>

getEntites()

Get the entites

Parameter

(none)

Return

List<MemberSelectEntity>

Reference