Select your language

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