CommunityListResponse

Response containing a list of Experience Cloud sites

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
communities array List of Experience Cloud sites
total integer Total number of sites available
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-communitylistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CommunityListResponse",
  "title": "CommunityListResponse",
  "type": "object",
  "description": "Response containing a list of Experience Cloud sites",
  "properties": {
    "communities": {
      "type": "array",
      "description": "List of Experience Cloud sites",
      "items": {
        "$ref": "#/components/schemas/Community"
      }
    },
    "total": {
      "type": "integer",
      "description": "Total number of sites available"
    }
  }
}