Crystal Reports · JSON Structure

Crystal Reports Report Instance Structure

A transient report instance

Type: object Properties: 3
Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

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

Properties

report_name resource id

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-report-instance-structure.json",
  "name": "ReportInstance",
  "description": "A transient report instance",
  "type": "object",
  "properties": {
    "report_name": {
      "type": "string",
      "description": "Name of the report",
      "example": "WorldSalesReport.rpt"
    },
    "resource": {
      "type": "string",
      "description": "URI of the created instance resource",
      "example": "/biprws/infostore/5765/rpt/instance/abc123"
    },
    "id": {
      "type": "string",
      "description": "Unique identifier of the instance",
      "example": "abc123"
    }
  }
}