cURL
curl --request GET \ --url https://api.oneofnone.io/v1/analytics/blocks/breakdown \ --header 'x-api-key: <api-key>'
{ "meta": [ { "name": "<string>", "type": "<string>" } ], "data": [ { "dimension": "<string>", "dimension_value": "<string>", "total_clicks": 123, "unique_users": 123 } ], "rows": 123, "statistics": { "elapsed": 123, "rows_read": 123, "bytes_read": 123 } }
mobile
tablet
desktop
all
Successful response
Show child attributes