Agorapulse · Schema

AccountManagerSummary

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
id integer
managerId integer
role object
View JSON Schema on GitHub

JSON Schema

accountmanagersummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AccountManagerSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "managerId": {
      "type": "integer",
      "format": "int64"
    },
    "role": {
      "$ref": "#/components/schemas/AccountRole"
    }
  }
}