Sisense · JSON Structure

Sisense Dashboard Structure

Documentation of the dashboard data structure returned by the Sisense REST API

Type: object Properties: 0
AnalyticsBusiness IntelligenceDashboardsData ModelsEmbedded Analytics

Sisense Dashboard Structure is a JSON Structure definition published by Sisense.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Sisense Dashboard Structure",
  "description": "Documentation of the dashboard data structure returned by the Sisense REST API",
  "type": "object",
  "fields": [
    {
      "name": "oid",
      "type": "string",
      "required": true,
      "description": "MongoDB ObjectId serving as the unique dashboard identifier"
    },
    {
      "name": "title",
      "type": "string",
      "required": true,
      "description": "Dashboard display title shown to users"
    },
    {
      "name": "desc",
      "type": "string",
      "required": false,
      "description": "Optional dashboard description"
    },
    {
      "name": "owner",
      "type": "string (user ID)",
      "required": true,
      "description": "User ID of the dashboard creator and primary owner"
    },
    {
      "name": "folder",
      "type": "string (folder ID)",
      "required": false,
      "description": "Parent folder ID for organizing dashboards in the portal"
    },
    {
      "name": "shares",
      "type": "array",
      "required": false,
      "description": "Access control list of user and group share permissions"
    },
    {
      "name": "shares[].shareId",
      "type": "string",
      "required": true,
      "description": "User or group ID being granted access"
    },
    {
      "name": "shares[].type",
      "type": "enum (user|group)",
      "required": true,
      "description": "Type of entity being granted access"
    },
    {
      "name": "shares[].rule",
      "type": "enum (view|edit)",
      "required": true,
      "description": "Permission level: view (read-only) or edit (full access)"
    },
    {
      "name": "created",
      "type": "string (ISO 8601 datetime)",
      "required": false,
      "description": "Dashboard creation timestamp"
    },
    {
      "name": "lastUpdated",
      "type": "string (ISO 8601 datetime)",
      "required": false,
      "description": "Timestamp of the most recent modification"
    },
    {
      "name": "type",
      "type": "string",
      "required": false,
      "description": "Dashboard type identifier (e.g., dashboard)"
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/sisense-dashboard-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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