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