post https://{account}.piwik.pro/api/analytics/v1/sessions/
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
15curl --request POST \
--url https://example.piwik.pro/api/analytics/v1/sessions/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"filters": {
"operator": "and"
},
"offset": 0,
"limit": 100,
"format": "json",
"column_format": "id"
}
'
xxxxxxxxxx
24{
"data": [
[
"2132601",
"2ecf33167d400648",
"2018-12-03T00:21:03",
"375x667",
[
1,
"Smartphone"
]
]
],
"meta": {
"columns": [
"session_id",
"visitor_id",
"timestamp",
"resolution",
"device_type"
],
"count": 1999
}
}