Agorapulse · Schema

WorkspaceResponse_1

Single workspace

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
workspaceId integer
workspaceName string
organizationId integer
View JSON Schema on GitHub

JSON Schema

workspaceresponse_1.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WorkspaceResponse_1",
  "required": [
    "organizationId",
    "workspaceId",
    "workspaceName"
  ],
  "type": "object",
  "properties": {
    "workspaceId": {
      "type": "integer",
      "format": "int64"
    },
    "workspaceName": {
      "type": "string"
    },
    "organizationId": {
      "type": "integer",
      "format": "int64"
    }
  },
  "description": "Single workspace"
}