Documentation: trust_trace
Rate limit: 300 requests per minute. Once the limit is exceeded, any further requests will result in a 429 (Too Many Requests) response.
Required | Type | p14n | Blurred | Autogenerated | Example | |
---|---|---|---|---|---|---|
uid subject_origin + subject_uid + check |
⤫ | string | ⤫ | ⤫ | ✓ |
123-456 |
subject_origin The data category where we find the subject uid. Basically the table name without data_ prefix |
⤫ | enum: shs, meters, grids, payments_ts | ⤫ | ⤫ | ✓ |
meters |
subject_uid The uid of the subject. Referring to the the uid in its origin table. |
⤫ | string | ⤫ | ⤫ | ✓ |
123_456 |
check The name of the check performed |
⤫ | 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. |
⤫ | string | ⤫ | ⤫ | ✓ |
ok |
created_at Timestamp when row was inserted |
⤫ | datetime | ⤫ | ⤫ | ✓ |
2021-05-03 6:23:55 |
updated_at Timestamp when row was updated |
⤫ | datetime | ⤫ | ⤫ | ✓ |
2021-05-03 6:23:55 |
source_id References Source of data |
⤫ | integer | ⤫ | ⤫ | ✓ |
1 |
import_id References Import of data |
⤫ | integer | ⤫ | ⤫ | ✓ |
1 |
organization_id References Organization of data |
⤫ | integer | ⤫ | ⤫ | ✓ |
1 |
custom Saves additional imported data out of standard structure |
⤫ | jsonb | ⤫ | ⤫ | ✓ |
{ "some": "key" } |
data_origin Origin of the data, generic or name of the api |
⤫ | string | ⤫ | ⤫ | ✓ |
generic |
last_import_id Id of the last import which updated the record |
⤫ | integer | ⤫ | ⤫ | ✓ |
337 |
last_source_id Id of the last Source which updated the record |
⤫ | integer | ⤫ | ⤫ | ✓ |
33 |