PostHog · Schema

DashboardBasic

Serializer mixin that handles tags for objects.

A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording

Properties

Name Type Description
id integer
name string Name of the dashboard.
description string Description of the dashboard.
pinned boolean Whether the dashboard is pinned to the top of the list.
created_at string
created_by object
last_accessed_at string
last_viewed_at string
is_shared boolean
deleted boolean
creation_mode object
tags array
restriction_level object Controls who can edit the dashboard. * `21` - Everyone in the project can edit * `37` - Only those invited to this dashboard can edit
effective_restriction_level object
effective_privilege_level object
user_access_level string The effective access level the user has for this object
access_control_version string
last_refresh string
team_id integer
View JSON Schema on GitHub

JSON Schema

posthog-dashboardbasic-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DashboardBasic",
  "title": "DashboardBasic",
  "type": "object",
  "description": "Serializer mixin that handles tags for objects.",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "readOnly": true,
      "nullable": true,
      "description": "Name of the dashboard."
    },
    "description": {
      "type": "string",
      "readOnly": true,
      "description": "Description of the dashboard."
    },
    "pinned": {
      "type": "boolean",
      "readOnly": true,
      "description": "Whether the dashboard is pinned to the top of the list."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "created_by": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserBasic"
        }
      ],
      "readOnly": true
    },
    "last_accessed_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "nullable": true
    },
    "last_viewed_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "nullable": true
    },
    "is_shared": {
      "type": "boolean",
      "readOnly": true
    },
    "deleted": {
      "type": "boolean",
      "readOnly": true
    },
    "creation_mode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreationModeEnum"
        }
      ],
      "readOnly": true
    },
    "tags": {
      "type": "array",
      "items": {}
    },
    "restriction_level": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RestrictionLevelEnum"
        }
      ],
      "readOnly": true,
      "description": "Controls who can edit the dashboard.\n\n* `21` - Everyone in the project can edit\n* `37` - Only those invited to this dashboard can edit"
    },
    "effective_restriction_level": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EffectivePrivilegeLevelEnum"
        }
      ],
      "readOnly": true
    },
    "effective_privilege_level": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EffectivePrivilegeLevelEnum"
        }
      ],
      "readOnly": true
    },
    "user_access_level": {
      "type": "string",
      "nullable": true,
      "readOnly": true,
      "description": "The effective access level the user has for this object"
    },
    "access_control_version": {
      "type": "string",
      "readOnly": true
    },
    "last_refresh": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "nullable": true
    },
    "team_id": {
      "type": "integer",
      "readOnly": true
    }
  },
  "required": [
    "access_control_version",
    "created_at",
    "created_by",
    "creation_mode",
    "deleted",
    "description",
    "effective_privilege_level",
    "effective_restriction_level",
    "id",
    "is_shared",
    "last_accessed_at",
    "last_refresh",
    "last_viewed_at",
    "name",
    "pinned",
    "restriction_level",
    "team_id",
    "user_access_level"
  ]
}

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/posthog-dashboardbasic"
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.