Crystal Reports · JSON Structure

Crystal Reports Infostore Entry List Structure

A collection of infostore entries

Type: object Properties: 1
Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

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

Properties

entries

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-list-structure.json",
  "name": "InfostoreEntryList",
  "description": "A collection of infostore entries",
  "type": "object",
  "properties": {
    "entries": {
      "type": "array",
      "description": "List of infostore objects",
      "items": {
        "$ref": "#/components/schemas/InfostoreEntry"
      },
      "example": [
        {
          "id": 4201,
          "cuid": "AaGKDkx9w5RMoGANrfKwmn0",
          "name": "Report Samples",
          "type": "Folder",
          "description": "Sample Crystal Reports",
          "uri": "/biprws/infostore/4201"
        }
      ]
    }
  }
}