Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. Enterprise Java Bean Business Entity Service Calls
  4. Representational State Transfer Business Entity Service Calls
  5. Simple Object Access Protocol Business Entity Service Calls
  6. Services for Cross-reference Records and BVT Calculations
  7. Supporting Corporate Linkage Service
  8. External Calls to Cleanse, Analyze, and Transform Data
  9. Appendix A: Using REST APIs to Add Records
  10. Appendix B: Using REST APIs to Upload Files
  11. Appendix C: Using REST APIs to Manage Reports

Response Body

Response Body

The response body contains the list of reports, including the details of each report.
The following table describes the report configuration parameters in the response body:
Parameter
Description
ROWID_RPT_CONFIG
ID of report.
DIMENSION_NAME_1
The name of a dimension of data in the report. For example, a dimension might be User Name, Review task type, or business entity type.
DIMENSION_NAME_2
Optional. The name of a dimension of data in the report. For example, a dimension might be User Name, Review task type, or business entity type.
TIMEPERIOD_NAME
Optional. Name of the period of time to which the data applies. For example, you might specify
Month
.
RPT_NAME
Name of the report.
METRIC_NAME
Label for the type of data collected by the report. By default, the value specified for this parameter appears as the name of the y-axis in the chart. For example, you might have a report that collects information about closed tasks by user. You might use the metric name
Number of closed tasks
.
RPT_DESC
Description of the report.
RPT_TYPE
Indicates whether the report is a drilldown report. If the value is
null
, then the report is a root report. If the value is anything other than
null
, then the report is a drilldown report.

0 COMMENTS

We’d like to hear from you!