External Data
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
POST | |
POST | |
PATCH | |
POST | |
POST | |
GET | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET |
List all environments external data sources
Create, Read, Update and Delete External data Sources.
Required API key scopes
external_data_source:readPath parameters
- environment_idstring
Query parameters
- limitinteger
- offsetinteger
- searchstring
Response
Example request
GET /api /environments /:environment_id /external_data_sourcesExample response
Status 200
Create environments external data sources
Create, Read, Update and Delete External data Sources.
Required API key scopes
external_data_source:writePath parameters
- environment_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Response
Example request
POST /api /environments /:environment_id /external_data_sourcesExample response
Status 201
Retrieve environments external data sources
Create, Read, Update and Delete External data Sources.
Required API key scopes
external_data_source:readPath parameters
- environment_idstring
- idstring
Response
Example request
GET /api /environments /:environment_id /external_data_sources /:idExample response
Status 200
Update environments external data sources
Create, Read, Update and Delete External data Sources.
Required API key scopes
external_data_source:writePath parameters
- environment_idstring
- idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Response
Example request
PATCH /api /environments /:environment_id /external_data_sources /:idExample response
Status 200
Delete environments external data sources
Create, Read, Update and Delete External data Sources.
Required API key scopes
external_data_source:writePath parameters
- environment_idstring
- idstring
Example request
DELETE /api /environments /:environment_id /external_data_sources /:idExample response
Status 204 No response body
Retrieve environments external data sources jobs
Create, Read, Update and Delete External data Sources.
Path parameters
- environment_idstring
- idstring
Example request
GET /api /environments /:environment_id /external_data_sources /:id /jobsExample response
Status 200 No response body
Create environments external data sources refresh schemas
Fetch current schema/table list from the source and create any new ExternalDataSchema rows (no data sync).
Path parameters
- environment_idstring
- idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
POST /api /environments /:environment_id /external_data_sources /:id /refresh_schemasExample response
Status 200 No response body
Create environments external data sources reload
Create, Read, Update and Delete External data Sources.
Path parameters
- environment_idstring
- idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
POST /api /environments /:environment_id /external_data_sources /:id /reloadExample response
Status 200 No response body
Update environments external data sources revenue analytics config
Update the revenue analytics configuration and return the full external data source.
Path parameters
- environment_idstring
- idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
PATCH /api /environments /:environment_id /external_data_sources /:id /revenue_analytics_configExample response
Status 200 No response body
Create environments external data sources database schema
Create, Read, Update and Delete External data Sources.
Path parameters
- environment_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
POST /api /environments /:environment_id /external_data_sources /database_schemaExample response
Status 200 No response body
Create environments external data sources source prefix
Create, Read, Update and Delete External data Sources.
Path parameters
- environment_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
POST /api /environments /:environment_id /external_data_sources /source_prefixExample response
Status 200 No response body
Retrieve environments external data sources wizard
Create, Read, Update and Delete External data Sources.
Path parameters
- environment_idstring
Example request
GET /api /environments /:environment_id /external_data_sources /wizardExample response
Status 200 No response body
List all external data sources
Create, Read, Update and Delete External data Sources.
Required API key scopes
external_data_source:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
- searchstring
Response
Example request
GET /api /projects /:project_id /external_data_sourcesExample response
Status 200
Create external data sources
Create, Read, Update and Delete External data Sources.
Required API key scopes
external_data_source:writePath parameters
- project_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Response
Example request
POST /api /projects /:project_id /external_data_sourcesExample response
Status 201
Retrieve external data sources
Create, Read, Update and Delete External data Sources.
Required API key scopes
external_data_source:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /external_data_sources /:idExample response
Status 200
Update external data sources
Create, Read, Update and Delete External data Sources.
Required API key scopes
external_data_source:writePath parameters
- idstring
- project_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Response
Example request
PATCH /api /projects /:project_id /external_data_sources /:idExample response
Status 200
Delete external data sources
Create, Read, Update and Delete External data Sources.
Required API key scopes
external_data_source:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /external_data_sources /:idExample response
Status 204 No response body
Retrieve external data sources jobs
Create, Read, Update and Delete External data Sources.
Path parameters
- idstring
- project_idstring
Example request
GET /api /projects /:project_id /external_data_sources /:id /jobs