Crystal Reports · JSON Structure

Crystal Reports Infostore Entry Structure

An object in the infostore repository (folder, report, etc.)

Type: object Properties: 6
Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

InfostoreEntry is a JSON Structure definition published by Crystal Reports, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id cuid name type description uri

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-structure/crystal-reports-infostore-entry-structure.json",
  "name": "InfostoreEntry",
  "description": "An object in the infostore repository (folder, report, etc.)",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "Unique infostore object identifier",
      "example": 5765
    },
    "cuid": {
      "type": "string",
      "description": "Cluster unique identifier",
      "example": "AaGKDkx9w5RMoGANrfKwmn0"
    },
    "name": {
      "type": "string",
      "description": "Display name of the object",
      "example": "Sales Report Q4"
    },
    "type": {
      "type": "string",
      "description": "Object type (e.g., Folder, CrystalReport)",
      "example": "CrystalReport"
    },
    "description": {
      "type": "string",
      "description": "Object description",
      "example": "Quarterly sales report for all regions"
    },
    "uri": {
      "type": "string",
      "description": "Relative URI to access this object",
      "example": "/biprws/infostore/5765"
    }
  }
}

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/crystal-reports-infostore-entry-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.