Sélectionnez votre langue

Documentation: events_ts

All kind of generic events recorded.
Pour importer des données dans ce format, vous pouvez utiliser notre API. -> Documentation API
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).
Vous pouvez également nous fournir des fichiers aux formats xlsx, csv ou json. -> Exemple CSV
Nom de la ligne Type Exemple

manufacturer *

Manufacturer of the device

  • * requis
string

A2EI

serial_number *

Serial of the device

  • * requis
string

ABC/123

name *

Name of the event

  • * requis
string

Maintenance Case 34562

start_at *

time the event started

  • * requis
datetime

2021-05-03 6:23:55

last_source_id

Id of the last Source which updated the record

  • généré automatiquement
integer

33

last_import_id

Id of the last import which updated the record

  • généré automatiquement
integer

337

data_origin

Origin of the data, generic or name of the api

  • généré automatiquement
string

generic

custom

Saves additional imported data out of standard structure

  • généré automatiquement
jsonb

{ "some": "key" }

organization_id

References Organization of data

  • généré automatiquement
integer

1

import_id

References Import of data

  • généré automatiquement
integer

1

source_id

References Source of data

  • généré automatiquement
integer

1

updated_at

Timestamp when row was updated

  • généré automatiquement
datetime

2021-05-03 6:23:55

created_at

Timestamp when row was inserted

  • généré automatiquement
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.

  • flouté
  • p14n
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.

  • flouté
  • p14n
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

  • généré automatiquement
string

1_a2ei_ABC123

uid

device_uid + category + sub_category + name + start_at

  • généré automatiquement
string

1_a2ei_ABC123_Maintenance_Maintenance finalized_Maintenance Case 34562_2021-05-03 6:23:55

Progression