No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
List
Resource
Displays a list of up to 200 tabular, matrix, or summary reports that you recently viewed. To get a full list of reports by format, name, and other fields, use a SOQL query on the Report object.
1/services/data/<latest API version>/analytics/reportsFormats
JSON
HTTP methods
GET
Response body
| Property | Type | Description |
|---|---|---|
| name | String | Report display name. |
| id | String | Unique report ID. |
| url | String | URL that returns report data. |
| describeUrl | String | URL that retrieves report metadata. |
| instancesUrl | String | Information for each instance of the report that was run asynchronously. |
Example
See a sample GET request.