Agorapulse · Schema

OrganizationListResponse

List of organizations

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
organizations array
View JSON Schema on GitHub

JSON Schema

organizationlistresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OrganizationListResponse",
  "required": [
    "organizations"
  ],
  "type": "object",
  "properties": {
    "organizations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OrganizationResponse"
      }
    }
  },
  "description": "List of organizations"
}