Crystal Reports · Example Payload

Crystal Reports O Data Row Collection Example

Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

Crystal Reports O Data Row Collection Example is an example object payload from Crystal Reports, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

__count__nextvalue

Example Payload

Raw ↑
{
  "__count": "1542",
  "__next": "/biprws/infostore/5765/rpt/data.svc/Rows?$skiptoken=100",
  "value": [
    {
      "CustomerName": "City Cyclists",
      "Country": "USA",
      "OrderAmount": 1250.5,
      "OrderDate": "2023-11-15"
    },
    {
      "CustomerName": "Pathfinders",
      "Country": "Canada",
      "OrderAmount": 875.25,
      "OrderDate": "2023-11-16"
    }
  ]
}