POST:analytics/report.json
POST:analytics/report.json
Description
Get analytics report for a given set of variables.
Permission bit: "analytics.read"
Topic: Analytics
Query Parameters
Return up to N entries (pagination). See also: Pagination
Example: ?limit=5
Skip N entries (pagination). See also: Pagination
Example: ?offset=5
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
{ "report_id": "", "variables": [ { "key": "", "value": "" } ] }
Response Body
Response Body Type
Loading module