Newer Version Available
Instance Results
Retrieves results for an instance of a report run asynchronously with or without
filters. Depending on your asynchronous report run request, data can be at the summary level or
include details.
Resource URL
1/services/data/<latest API version>/analytics/reports/<report ID>/instances/<instance ID>Formats
JSON
HTTP Methods
| Method | Description |
|---|---|
| GET | Retrieves results of an asynchronous report run. See this example. |
| DELETE | If the given report instance has a status of Success or Error, delete the report instance and return an empty response body. |
GET Response Body
| Property | Type | Description |
|---|---|---|
| allData | Boolean |
When True, all report results are returned. When False, returns results for the same number of rows as a report run in Salesforce. |
| attributes | Attributes | Attributes for the instance of the report run. |
| factMap | Fact map | Collection of summary level data or both detailed and summary level data. |
| groupingsAcross | Groupings across | Collection of column groupings. |
| groupingsDown | Groupings down | Collection of row groupings. |
| hasDetailRows | Boolean |
|
| hasExceededTabularRowLimit | Boolean |
When True, returns the same number of rows as a report run in Salesforce. For a report on Salesforce Objects, total and subtotal rows don't count toward this limit. For a report on Data 360 Objects, total and subtotal rows do count toward this limit. When False, all report results are returned. |
| reportExtendedMetadata | Report extended metadata | Information on report groupings, summary fields, and detailed data columns, which is available if detailed data is requested. |
| reportMetadata | Report metadata | Information about the fields used to build the report. |
- Attributes
-