Agorapulse · Schema

ProfileResponse_1

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
profileUid string
profileName string
profileType object
socialNetworkId string
workspaceId integer
View JSON Schema on GitHub

JSON Schema

profileresponse_1.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ProfileResponse_1",
  "required": [
    "profileName",
    "profileType",
    "profileUid",
    "socialNetworkId",
    "workspaceId"
  ],
  "type": "object",
  "properties": {
    "profileUid": {
      "type": "string"
    },
    "profileName": {
      "type": "string"
    },
    "profileType": {
      "$ref": "#/components/schemas/SocialNetworkChannel"
    },
    "socialNetworkId": {
      "type": "string"
    },
    "workspaceId": {
      "type": "integer",
      "format": "int64"
    }
  }
}