Documentation: custom

This tables saves completely custom data as json. For easier export and graphing per source views with customizable structure are automatically created.
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

organization_id + external_id; The UUID is autogenerated, either by given external_id or from a random string. This helps to identify and later update the records.

string

external_id

An external ID used for updates and deduplication. Either provided or autogenerated during ingress.

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