REST Resource: accounts.reports.saved

  • A SavedReport resource represents a saved report with a name and title.

  • It includes fields for name (resource name) and title (report title).

  • Available methods for SavedReport include generating reports (in JSON or CSV format) and listing saved reports.

Resource: SavedReport

Representation of a saved report.

JSON representation
{
  "name": string,
  "title": string
}
Fields
name

string

Output only. Resource name of the report. Format: accounts/{account}/reports/{report}

title

string

Report title as specified by publisher.

Methods

generate

Generates a saved report.

generateCsv

Generates a csv formatted saved report.

list

Lists saved reports.