Member
List of parameters accessible in Member
model
Variable | Type | Description | Optional |
---|---|---|---|
id | string | User ID | |
userUniqueId | string | User's Unique ID | |
name | string | User's Name | |
imageUrl | string | User's Image URL | ✔️ |
questionAnswers | Question[] | User's Question Answers | ✔️ |
state | number | User's State | ✔️ |
isGuest | boolean | Indicates if the user is a guest | |
customIntroText | string | Custom Introduction Text | ✔️ |
customClickText | string | Custom Click Text | ✔️ |
memberSince | string | User's Member Since Date | ✔️ |
communityName | string | Name of the Community | ✔️ |
isOwner | boolean | Indicates if the user is an owner | |
customTitle | string | Custom Title | ✔️ |
menu | MemberAction[] | User's Menu Actions | ✔️ |
communityId | number | Community ID | ✔️ |
chatroomId | number | Chatroom ID | ✔️ |
route | string | User's Route | ✔️ |
attendingStatus | boolean | Attending Status | ✔️ |
hasProfileImage | boolean | Indicates if the user has a profile image | |
updatedAt | number | Last Updated Timestamp | ✔️ |
sdkClientInfo | SDKClientInfo | SDK Client Information | ✔️ |
uuid | string | User's UUID |
Member Actions
List of parameters accessible in MemberActions
model
Variable | Type | Description | Optional |
---|---|---|---|
title | string | Title | |
route | string | Route |
SDKClientInfo
List of parameters accessible in SDKClientInfo
model
Variable | Type | Description | Optional |
---|---|---|---|
user | string | User | |
userUniqueId | string | User's Unique ID | |
uuid | string | UUID | |
communityId | number | Community ID | ✔️ |
community | number | Community | ✔️ |
Question
List of parameters returned in Question
Variable | Type | Description | Optional |
---|---|---|---|
canAddOptions | boolean | Indicates if options can be added | |
communityId | number | Community ID | ✔️ |
field | boolean | Field flag | ✔️ |
helpText | string | Help text | ✔️ |
id | number | ID | ✔️ |
isAnswerEditable | boolean | Indicates if the answer is editable | |
isCompulsory | boolean | Indicates if the question is compulsory | ✔️ |
isHidden | boolean | Indicates if the question is hidden | ✔️ |
optional | boolean | Indicates if the question is optional | |
questionTitle | string | Title of the question | |
rank | number | Rank of the question | |
state | number | State of the question | |
tag | null | Tag (always null) | |
value | string | Value | ✔️ |
memberId | string | Member ID | ✔️ |
directoryFields | boolean | Directory Fields flag | ✔️ |
imageUrl | string | Image URL | ✔️ |
questionChangeState | number | Question Change State | ✔️ |