Documentation: paygo_source_snapshots_ts
Rate limit: 300 requests per minute. Once the limit is exceeded, any further requests will result in a 429 (Too Many Requests) response.
| Row Name | Type | Example |
|---|---|---|
|
snapshot_date * Day for which the snapshot is calculated.
|
date |
2021-05-03 |
|
account_external_id * ID for the specific account (e.g. paygo loan) associated with the device.
|
string |
C11223344 |
|
snapshot * For storing the snapshot.
|
jsonb |
{} |
|
account_uid organization_id + data_origin + account_external_id
|
string |
1_crm_C11223344 |
|
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 |