Sélectionnez votre langue

Documentation: paygo_source_snapshots_ts

Time series data containing daily paygo account snapshots as reported directly from CRM data sources (e.g. Paygops, Angaza).
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

snapshot_date *

Day for which the snapshot is calculated.

  • * requis
date

2021-05-03

account_external_id *

ID for the specific account (e.g. paygo loan) associated with the device.

  • * requis
string

C11223344

snapshot *

For storing the snapshot.

  • * requis
jsonb

{}

account_uid

organization_id + data_origin + account_external_id

  • généré automatiquement
string

1_crm_C11223344

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