Sélectionnez votre langue

Data Protection Update - July 2026

We’ve upgraded how sensitive data is protected. Prospect now uses a personal vault instead of the previous encryption key. Your vault gives you secure, private access to protected organization data. Click the Vault icon in the top menu to complete the setup. Nous avons amélioré la protection des données sensibles. Prospect utilise désormais un coffre personnel au lieu de l’ancienne clé de chiffrement. Votre coffre vous donne un accès sécurisé et privé aux données protégées de votre organisation. Cliquez sur l’icône Coffre dans le menu supérieur pour finaliser la configuration.
08.07.2026 10:35

Dashboard Update - July 2026

We’ve updated the dashboards. If you experience loading or display issues, please clear your cookies and browser cache. Nous avons mis à jour les tableaux de bord. Si vous constatez des problèmes d’affichage, veuillez vidervos cookies et le cache de votre navigateur.
08.07.2026 10:34

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