External Data
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
POST | |
PATCH | |
POST | |
POST | |
GET |
Create external data sources refresh schemas
Fetch current schema/table list from the source and create any new ExternalDataSchema rows (no data sync).
Path parameters
- idstring
- project_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
POST /api /projects /:project_id /external_data_sources /:id /refresh_schemasExample response
Status 200 No response body
Create external data sources reload
Create, Read, Update and Delete External data Sources.
Path parameters
- idstring
- project_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
POST /api /projects /:project_id /external_data_sources /:id /reloadExample response
Status 200 No response body
Update external data sources revenue analytics config
Update the revenue analytics configuration and return the full external data source.
Path parameters
- idstring
- project_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
PATCH /api /projects /:project_id /external_data_sources /:id /revenue_analytics_configExample response
Status 200 No response body
Create external data sources database schema
Create, Read, Update and Delete External data Sources.
Path parameters
- project_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
POST /api /projects /:project_id /external_data_sources /database_schemaExample response
Status 200 No response body
Create external data sources source prefix
Create, Read, Update and Delete External data Sources.
Path parameters
- project_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
POST /api /projects /:project_id /external_data_sources /source_prefixExample response
Status 200 No response body
Retrieve external data sources wizard
Create, Read, Update and Delete External data Sources.
Path parameters
- project_idstring
Example request
GET /api /projects /:project_id /external_data_sources /wizard