CommunityVO Data Type

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