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" : "COMMUNITY",
"numberFriends" : 12345,
"numberParticipations" : 12345,
"numberFollowing" : 12345,
"numberFollowers" : 12345,
"numberModerations" : 12345,
"hidden" : true,
"privateContent" : true,
"approvalRequired" : true,
"tenantId" : 12345,
"lastUpdate" : 12345,
"state" : "UNCONFIRMED",
"createDate" : 12345,
"admin" : {
"numberFriends" : 12345,
"numberFollowers" : 12345,
"hidden" : true,
"participantStatus" : "NOT_RELATED",
"state" : "ACTIVE",
"description" : "...",
"type" : "USER",
"ecmInfo" : {
"property1" : { },
"property2" : { }
},
"customPage" : true,
"admin" : { },
"hasMobileWidget" : true,
"isAdmin" : true,
"permissions" : [ "...", "..." ],
"isCommunityAdmin" : true,
"name" : "...",
"isModerator" : true,
"alias" : "...",
"lastUpdate" : 12345,
"privateContent" : true,
"numberFollowing" : 12345,
"favorite" : true,
"tenantId" : 12345,
"followingStatus" : "PENDING",
"tenantAdmin" : true,
"approvalRequired" : true,
"uriCommunity" : "...",
"lastName" : "...",
"forumId" : 12345,
"foundationUserId" : 12345,
"userData" : {
"property1" : "...",
"property2" : "..."
},
"idpId" : "...",
"numberModerations" : 12345,
"createDate" : 12345,
"numberParticipations" : 12345,
"id" : 12345,
"followerStatus" : "ITSELF",
"stateName" : "...",
"page" : "...",
"tenantUUID" : "...",
"email" : "...",
"userCode" : "...",
"fullName" : "..."
},
"customPage" : true,
"socialEcmVO" : {
"ecmPhotoFolderId" : "...",
"ecmDocumentFolderId" : "...",
"ecmArticleFolderId" : "...",
"ecmFormsFolderId" : "...",
"ecmVideoFolderId" : "..."
},
"ecmInfo" : {
"property1" : { },
"property2" : { }
},
"page" : "...",
"cloudCodes" : [ "...", "..." ],
"addInCloud" : true
}