Agorapulse · Schema

WorkspaceListResponse

List of workspaces

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
workspaces array
View JSON Schema on GitHub

JSON Schema

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