SAP Analytics Cloud Story

An analytics story in SAP Analytics Cloud that combines data visualizations, charts, tables, and other widgets into interactive dashboards and reports for data-driven decision making.

AnalyticsBusiness IntelligenceData VisualizationReportingSAP

Properties

Name Type Description
id string Unique identifier for the story
name string Name of the story
description string Description of the story
createdBy string User who created the story
createdTime string When the story was created
modifiedBy string User who last modified the story
modifiedTime string When the story was last modified
status string Current publication status of the story
folderId string ID of the folder containing the story
pages array Pages within the story
View JSON Schema on GitHub

JSON Schema

sap-bi-story-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sap.com/schemas/sap-bi/story.json",
  "title": "SAP Analytics Cloud Story",
  "description": "An analytics story in SAP Analytics Cloud that combines data visualizations, charts, tables, and other widgets into interactive dashboards and reports for data-driven decision making.",
  "type": "object",
  "required": ["name"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the story"
    },
    "name": {
      "type": "string",
      "description": "Name of the story",
      "minLength": 1,
      "maxLength": 256
    },
    "description": {
      "type": "string",
      "description": "Description of the story"
    },
    "createdBy": {
      "type": "string",
      "description": "User who created the story"
    },
    "createdTime": {
      "type": "string",
      "format": "date-time",
      "description": "When the story was created"
    },
    "modifiedBy": {
      "type": "string",
      "description": "User who last modified the story"
    },
    "modifiedTime": {
      "type": "string",
      "format": "date-time",
      "description": "When the story was last modified"
    },
    "status": {
      "type": "string",
      "enum": ["Draft", "Published"],
      "description": "Current publication status of the story"
    },
    "folderId": {
      "type": "string",
      "description": "ID of the folder containing the story"
    },
    "pages": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/Page"
      },
      "description": "Pages within the story"
    }
  },
  "$defs": {
    "Page": {
      "type": "object",
      "description": "A page within an analytics story containing one or more widgets",
      "properties": {
        "id": {
          "type": "string",
          "description": "Page unique identifier"
        },
        "name": {
          "type": "string",
          "description": "Page name"
        },
        "widgets": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Widget"
          },
          "description": "Widgets on the page"
        }
      }
    },
    "Widget": {
      "type": "object",
      "description": "A visualization or interactive component on a story page",
      "properties": {
        "id": {
          "type": "string",
          "description": "Widget unique identifier"
        },
        "type": {
          "type": "string",
          "enum": ["Chart", "Table", "Filter", "Text", "Image", "Shape"],
          "description": "Type of widget"
        },
        "name": {
          "type": "string",
          "description": "Widget display name"
        },
        "modelId": {
          "type": "string",
          "description": "Associated data model ID"
        }
      }
    }
  }
}

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/sap-bi-story"
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 email required.

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