MDM - Customer 360
- MDM - Customer 360 10.3
- All Products
wherehttp://<host>:<port>/Customer360/services/<database ID>/reports/details
Parameter
| Description
|
---|---|
reportId
| ID of the report.
|
qryParamString
| Optional. Filter condition that can be added as a part of a WHERE clause.
If you include Date data type as filter, date must be provided in milliseconds. For example, 1400092200000.
|
http://localhost:8080/Customer360/services/localhost-orcl-TCR_HUB/reports/details?reportId=4
{ "metadata": { "ROWID_RPT_CONFIG": "4 ", "DIMENSION_NAME_1": "Subject area", "DIMENSION_NAME_2": "null", "TIMEPERIOD_NAME": "Year", "RPT_NAME": "MDM Business Entity Growth Trends", "METRIC_NAME": "Number Of Records", "RPT_DESC": "MDM Business Entity Growth Trends", "RPT_TYPE": "null" } }, { "data": [ [ "Organization", "null", "2011-JAN-10", "450" ], [ "Organization", "null", "2012-JAN-10", "266" ], [ "TCR", "null", "2013-JAN-10", "450" ], [ "Customer", "null", "2014-JAN-10", "12903" ] ] }
http://localhost:8080/Customer360/services/localhost-orcl-TCR_HUB/reports/details?reportId=4&qryParamString={"filterCondition":[{"colName":"TIMEPERIOD_VALUE","type":"range","dataType":"date","value":["1294621200000","1389292200000"]}],"qryOperator":"AND"}
{ "metadata": { "ROWID_RPT_CONFIG": "4 ", "DIMENSION_NAME_1": "Subject area", "DIMENSION_NAME_2": "null", "TIMEPERIOD_NAME": "Year", "RPT_NAME": "MDM Business Entity Growth Trends", "METRIC_NAME": "Number Of Records", "RPT_DESC": "MDM Business Entity Growth Trends", "RPT_TYPE": "null" } }, { "data": [ [ "Organization", "null", "2012-JAN-10", "266" ], [ "TCR", "null", "2013-JAN-10", "450" ] ] }