Crystal Reports · Example Payload

Crystal Reports Report Summary Example

Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

Crystal Reports Report Summary Example is an example object payload from Crystal Reports, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

report_namereport_titlefile_format_versionauthorsubjectkeywordscommentslast_data_refresh_dateexport_uriservice_uri

Example Payload

Raw ↑
{
  "report_name": "WorldSalesReport.rpt",
  "report_title": "World Sales Report",
  "file_format_version": "example_value",
  "author": "John Smith",
  "subject": "Global Sales Data",
  "keywords": "sales, quarterly, revenue",
  "comments": "Updated for Q4 2023 data",
  "last_data_refresh_date": "2023-12-15T14:30:00Z",
  "export_uri": "/biprws/infostore/5765/rpt/export",
  "service_uri": "/biprws/infostore/5765/rpt/data.svc"
}