Agorapulse · Schema

ContentReportData

Common properties for content report insight

Social Media ManagementSocial-MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
engagementCount integer Number of engagement
id string Post id on the native network
publishingDate string Publishing date
postUrl string Post url on the native network
tags array Label applied to the post
text string Text of the published post
username string Name of the user who published the post
View JSON Schema on GitHub

JSON Schema

contentreportdata.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ContentReportData",
  "type": "object",
  "properties": {
    "engagementCount": {
      "type": "integer",
      "description": "Number of engagement",
      "format": "int64",
      "example": 577
    },
    "id": {
      "type": "string",
      "description": "Post id on the native network",
      "example": "12232123"
    },
    "publishingDate": {
      "type": "string",
      "description": "Publishing date",
      "format": "date-time",
      "example": null
    },
    "postUrl": {
      "type": "string",
      "description": "Post url on the native network"
    },
    "tags": {
      "type": "array",
      "description": "Label applied to the post",
      "example": [
        "test",
        "test2"
      ],
      "items": {
        "type": "string"
      }
    },
    "text": {
      "type": "string",
      "description": "Text of the published post",
      "example": "This is a post"
    },
    "username": {
      "type": "string",
      "description": "Name of the user who published the post",
      "example": "User123"
    }
  },
  "description": "Common properties for content report insight",
  "oneOf": [
    {
      "$ref": "#/components/schemas/FacebookContentReportInsight"
    },
    {
      "$ref": "#/components/schemas/TwitterContentReportInsight"
    },
    {
      "$ref": "#/components/schemas/LinkedinContentReportInsight"
    },
    {
      "$ref": "#/components/schemas/InstagramContentReportInsight"
    },
    {
      "$ref": "#/components/schemas/InstagramStoryContentReportInsight"
    },
    {
      "$ref": "#/components/schemas/TikTokContentReportInsight"
    },
    {
      "$ref": "#/components/schemas/YoutubeContentReportInsight"
    }
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/contentreportdata"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.