SocialVO Data Type
name | data type | description |
---|---|---|
favorite | boolean | |
numberModerations | number | |
tenantAdmin | boolean | |
isModerator | boolean | |
stateName | string | |
permissions | array of string | |
id | number | |
numberFollowing | number | |
approvalRequired | boolean | |
type | SocialType | |
numberFollowers | number | |
state | UserState | |
fullName | string | |
foundationUserId | number | |
forumId | number | |
userCode | string | |
privateContent | boolean | |
followingStatus | SocialRelationStatus | |
participantStatus | SocialRelationStatus | |
hasMobileWidget | boolean | |
name | string | |
uriCommunity | string | |
admin | SocialVO | |
page | string | |
tenantId | number | |
idpId | string | |
numberParticipations | number | |
followerStatus | SocialRelationStatus | |
ecmInfo | map of object | |
tenantUUID | string | |
customPage | boolean | |
hidden | boolean | |
userData | map of string | |
isAdmin | boolean | |
description | string | |
createDate | number | |
numberFriends | number | |
string | ||
lastName | string | |
alias | string | |
lastUpdate | number | |
isCommunityAdmin | boolean |
Example
{ "favorite" : true, "numberModerations" : 12345, "tenantAdmin" : true, "isModerator" : true, "stateName" : "...", "permissions" : [ "...", "..." ], "id" : 12345, "numberFollowing" : 12345, "approvalRequired" : true, "type" : "EVENT", "numberFollowers" : 12345, "state" : "REMOVED", "fullName" : "...", "foundationUserId" : 12345, "forumId" : 12345, "userCode" : "...", "privateContent" : true, "followingStatus" : "ACCEPTED", "participantStatus" : "ITSELF", "hasMobileWidget" : true, "name" : "...", "uriCommunity" : "...", "admin" : { "favorite" : true, "numberModerations" : 12345, "tenantAdmin" : true, "isModerator" : true, "stateName" : "...", "permissions" : [ "...", "..." ], "id" : 12345, "numberFollowing" : 12345, "approvalRequired" : true, "type" : "APPLICATION", "numberFollowers" : 12345, "state" : "BLOCKED", "fullName" : "...", "foundationUserId" : 12345, "forumId" : 12345, "userCode" : "...", "privateContent" : true, "followingStatus" : "NOT_RELATED", "participantStatus" : "ACCEPTED", "hasMobileWidget" : true, "name" : "...", "uriCommunity" : "...", "admin" : { }, "page" : "...", "tenantId" : 12345, "idpId" : "...", "numberParticipations" : 12345, "followerStatus" : "PENDING", "ecmInfo" : { "property1" : { }, "property2" : { } }, "tenantUUID" : "...", "customPage" : true, "hidden" : true, "userData" : { "property1" : "...", "property2" : "..." }, "isAdmin" : true, "description" : "...", "createDate" : 12345, "numberFriends" : 12345, "email" : "...", "lastName" : "...", "alias" : "...", "lastUpdate" : 12345, "isCommunityAdmin" : true }, "page" : "...", "tenantId" : 12345, "idpId" : "...", "numberParticipations" : 12345, "followerStatus" : "PENDING", "ecmInfo" : { "property1" : { }, "property2" : { } }, "tenantUUID" : "...", "customPage" : true, "hidden" : true, "userData" : { "property1" : "...", "property2" : "..." }, "isAdmin" : true, "description" : "...", "createDate" : 12345, "numberFriends" : 12345, "email" : "...", "lastName" : "...", "alias" : "...", "lastUpdate" : 12345, "isCommunityAdmin" : true }