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"
    }
  }
}