Documentation: trust_trace

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

uid

subject_origin + subject_uid + check

string

subject_origin

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

enum: shs, meters, grids, payments_ts

subject_uid

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

string

check

The name of the check performed

string

result

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

string

created_at

Timestamp when row was inserted

datetime

updated_at

Timestamp when row was updated

datetime

source_id

References Source of data

integer

import_id

References Import of data

integer

organization_id

References Organization of data

integer

custom

Saves additional imported data out of standard structure

jsonb

data_origin

Origin of the data, generic or name of the api

string

last_import_id

Id of the last import which updated the record

integer

last_source_id

Id of the last Source which updated the record

integer