Newer Version Available

This content describes an older version of this product. View Latest

Trended Reports Resource

Returns, deletes, or updates a Trend in Wave report.
Resource URL
1/wave/trendedreports/<Id>
Formats
JSON
Available Version
37.0
HTTP Methods
DELETE GET PATCH
GET Response Body
Trended​Report​Representation
Property Name Type Description Filter Group and Version Available Version
apex​Hooks​Class Asset​Reference​Representation Reference to the apex class which is used for post processing each time the report is trended. Small, 37.0 38.0
dashboard Asset​Reference​Representation Reference to the Dashboard for the trended report. Small, 37.0 37.0
dataset Asset​Reference​Representation Reference to the Dataset with the trended report data. Small, 37.0 37.0
id String The 18 character ID of the trended report. Small, 37.0 37.0
report Asset​Reference​Representation Reference to the Report that is being trended. Small, 37.0 37.0
url String The URL for the trended report. Small, 37.0 37.0
PATCH Request Body
Trended​Report​Input​Representation
Property Name Type Description Required or Optional Available Version
apex​Hooks​Class Asset​Reference​Input​Representation Reference to the apex class to execute after successful trending. 38.0
dashboard​Label String Label for the Wave Dashboard that will be created. 37.0
dataset​Label String Reference to the report being trended. 37.0
report Asset​Reference​Input​Representation Reference to the report being trended. 37.0
PATCH Response Body
Trended​Report​Representation
Property Name Type Description Filter Group and Version Available Version
apex​Hooks​Class Asset​Reference​Representation Reference to the apex class which is used for post processing each time the report is trended. Small, 37.0 38.0
dashboard Asset​Reference​Representation Reference to the Dashboard for the trended report. Small, 37.0 37.0
dataset Asset​Reference​Representation Reference to the Dataset with the trended report data. Small, 37.0 37.0
id String The 18 character ID of the trended report. Small, 37.0 37.0
report Asset​Reference​Representation Reference to the Report that is being trended. Small, 37.0 37.0
url String The URL for the trended report. Small, 37.0 37.0
PATCH Request Parameters
Parameter Name Type Description Required or Optional Available Version
trended​Report Object (Trended​Report​Input​Representation) The object with which to update the trended report. Required 38.0