Workday · Schema

ReportResponse

The report response containing an array of report entries. Column names correspond to the report field definitions.

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
Report_Entry array The array of report data rows.
View JSON Schema on GitHub

JSON Schema

raas-report-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReportResponse",
  "type": "object",
  "description": "The report response containing an array of report entries. Column names correspond to the report field definitions.",
  "properties": {
    "Report_Entry": {
      "type": "array",
      "description": "The array of report data rows."
    }
  }
}