Newer Version Available

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

Resource Reference

Resources for the Analytics API are available at /services/data/<latest API version>/analytics/reports. You can query each resource with a HTTP method (such as GET). Use these resources to integrate report data directly into your applications.

Resource Supported HTTP Method Description
Describe GET Gives report metadata. This includes information about fields that are defined in the report as detail columns,  summaries, custom summary formulas, filters, and groupings.
Execute Sync GET, POST

Gives report summary level data with or without details.

Returns specific results if you define filters in the metadata of a POST request.

Execute Async POST

Returns an instance that stores summary level data with or without details for a report run asynchronously.

To get specific results, define filters in the metadata of the request.

Instances List GET List of instances of a report that were requested for an asynchronous run.
Instance Results GET

Depending on the type of your request, gives summary level data with or without details for an instance of a report run asynchronously.

List GET List of reports that were recently viewed by the API user.