Select your language

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.
To import data in this format you can use our API. -> Api Documentation
Rate limit: 300 requests per minute. Once the limit is exceeded, any further requests will result in a 429 (Too Many Requests) response.
You can also supply us with files in xlsx, csv or json format. -> Example CSV
Row Name Type Example

manufacturer *

Manufacturer of the device

  • * required
string

A2EI

serial_number *

Serial of the device

  • * required
string

ABC/123

name *

Name of the event

  • * required
string

Maintenance Case 34562

start_at *

time the event started

  • * required
datetime

2021-05-03 6:23:55

last_source_id

Id of the last Source which updated the record

  • auto-generated
integer

33

last_import_id

Id of the last import which updated the record

  • auto-generated
integer

337

data_origin

Origin of the data, generic or name of the api

  • auto-generated
string

generic

custom

Saves additional imported data out of standard structure

  • auto-generated
jsonb

{ "some": "key" }

organization_id

References Organization of data

  • auto-generated
integer

1

import_id

References Import of data

  • auto-generated
integer

1

source_id

References Source of data

  • auto-generated
integer

1

updated_at

Timestamp when row was updated

  • auto-generated
datetime

2021-05-03 6:23:55

created_at

Timestamp when row was inserted

  • auto-generated
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.

  • blurred
  • 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.

  • blurred
  • 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

  • auto-generated
string

1_a2ei_ABC123

uid

device_uid + category + sub_category + name + start_at

  • auto-generated
string

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

Progress