Devices history
Example data
{
"data": {
"type": "venue-devices-history",
"id": "22222222-2222-2222-2222-222222222222",
"attributes": {
"detected": [
[
"2021-03-11T00:00:00+00:00",
0
],
[
"2021-03-12T00:00:00+00:00",
0
],
],
"unique-detected": [
[
"2021-03-11T00:00:00+00:00",
0
],
[
"2021-03-12T00:00:00+00:00",
0
],
],
"unique-authenticated": [
[
"2021-03-11T00:00:00+00:00",
0
],
[
"2021-03-12T00:00:00+00:00",
0
],
],
"authenticated": [
[
"2021-03-11T00:00:00+00:00",
0
],
[
"2021-03-12T00:00:00+00:00",
0
],
]
}
},
}
Attributes
| Name |
Description |
detected |
Dataset of devices that started the login process (opened the login page) |
unique-detected |
Dataset of unique devices that started the login process (opened the login page) |
unique-authenticated |
Dataset of unique devices that finished the login process |
authenticated |
Dataset of devices that finished the login process |