Documentation: events_ts
Limite de débit : 300 requêtes par minute. Une fois la limite dépassée, toute requête ultérieure entraînera une réponse 429 (Trop de requêtes).
| Nom de la ligne | Type | Exemple |
|---|---|---|
|
manufacturer * Manufacturer of the device
|
string |
A2EI |
|
serial_number * Serial of the device
|
string |
ABC/123 |
|
name * Name of the event
|
string |
Maintenance Case 34562 |
|
start_at * time the event started
|
datetime |
2021-05-03 6:23:55 |
|
last_source_id Id of the last Source which updated the record
|
integer |
33 |
|
last_import_id Id of the last import which updated the record
|
integer |
337 |
|
data_origin Origin of the data, generic or name of the api
|
string |
generic |
|
custom Saves additional imported data out of standard structure
|
jsonb |
{ "some": "key" } |
|
organization_id References Organization of data
|
integer |
1 |
|
import_id References Import of data
|
integer |
1 |
|
source_id References Source of data
|
integer |
1 |
|
updated_at Timestamp when row was updated
|
datetime |
2021-05-03 6:23:55 |
|
created_at Timestamp when row was inserted
|
datetime |
2021-05-03 6:23:55 |
|
longitude Event location longitude blurred to 3 decimal points Only period (.) decimal delimiters are supported. Do not use commas (,) — they will cause an error.
|
float |
-122.419 |
|
latitude Latitude of event, blurred to 3 decimal points Only period (.) decimal delimiters are supported. Do not use commas (,) — they will cause an error.
|
float |
37.775 |
|
end_at time the event ended |
datetime |
2021-05-03 8:11:21 |
|
sub_category Sub-category of the event |
string |
Maintenance finalized |
|
category Category of the event |
string |
Maintenance |
|
device_uid organization_id + manufacturer + serial_number
|
string |
1_a2ei_ABC123 |
|
uid device_uid + category + sub_category + name + start_at
|
string |
1_a2ei_ABC123_Maintenance_Maintenance finalized_Maintenance Case 34562_2021-05-03 6:23:55 |