Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Polling request body (example)
**NOTE that you must add the report_id to the initial payload.

Code Block
{
	"report_id": "15118956000004308405d5cf3f869a6208b768f0295eb",
	"start_date": "2017-11-28",
	"end_date": "2015-11-15",
	"interval": "day",
	"dimensions": ["supply_type"],
	"async": "true"
}

...