Sélectionnez votre langue

Documentation: trust_trace

Trust Trace - the results of data validations and checks on subjects from other tables. Populated by data processors.
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

uid

subject_origin + subject_uid + check

  • généré automatiquement
string

123-456

subject_origin

The data category where we find the subject uid. Basically the table name without data_ prefix

  • généré automatiquement
enum: shs, meters, grids, payments_ts, installations, agents, custom, customers, installations_ts, test, trust_trace

meters

ingestion_check_id

Foreign key id to an optionally set ingestion check

Only period (.) decimal delimiters are supported. Do not use commas (,) — they will cause an error.

  • généré automatiquement
integer

1

subject_uid

The uid of the subject. Referring to the the uid in its origin table.

  • généré automatiquement
string

123_456

check

The name of the check performed

  • généré automatiquement
string

meter_installation_gps_valid

result

The result of the performed check. Casted as string as it can have various forms depending on what check is performed.

  • généré automatiquement
string

ok

created_at

Timestamp when row was inserted

  • généré automatiquement
datetime

2021-05-03 6:23:55

updated_at

Timestamp when row was updated

  • généré automatiquement
datetime

2021-05-03 6:23:55

source_id

References Source of data

  • généré automatiquement
integer

1

import_id

References Import of data

  • généré automatiquement
integer

1

organization_id

References Organization of data

  • généré automatiquement
integer

1

custom

Saves additional imported data out of standard structure

  • généré automatiquement
jsonb

{ "some": "key" }

data_origin

Origin of the data, generic or name of the api

  • généré automatiquement
string

generic

last_import_id

Id of the last import which updated the record

  • généré automatiquement
integer

337

last_source_id

Id of the last Source which updated the record

  • généré automatiquement
integer

33