No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Instance Results
Resource URL
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.
Formats
JSON
HTTP methods
GET
Response body
| Property | Type | Description |
|---|---|---|
| hasDetailRows | Boolean |
|
| allData | Boolean | When True, all report results are returned. When False, detailed data for the first 2000 report rows are returned. |
| reportMetadata | Report metadata | Information about the fields used to build the report. |
| factMap | Fact map | Collection of summary level data or both detailed and summary level data. |
| attributes | Attributes | Attributes for the instance of the report run. |
| reportExtendedMetadata | Report extended metadata | Information on report groupings, summary fields, and detailed data columns, which is available if detailed data is requested. |
| groupingsDown | Groupings down | Collection of row groupings. |
| groupingsAcross | Groupings across | Collection of column groupings. |
- Attributes
-
Example
See a sample of a GET request to fetch results of an asynchronous report run.