latestOpenAPI 3.0.02026-08-137192110.1 KB

75294f591cc2

Connections

Get ELT Settings for a connection

Get settings based on ELT Sync. The configuration is used when we want to create or update an ELT Sync. The connection should be already created before getting the settings.

get/connections/{id}/settings

Path parameters

idstring required
Example:X4ughggABSd3UY

The ID of the connection that is created.

Response

A JSON Schema (draft-07) describing the available settings and their constraints for the connection. The dependencies keyword maps a field name to a list of other field names that must be provided before that field's dependent options (e.g. its oneOf list) can be resolved - resolve those dependent options by providing the already-selected values via partial_settings in the request body.

$schemastring required
titlestring required
typestring required
propertiesobject required
requiredstring[]
dependenciesobject

Maps a field name to a list of other field names that must be provided before this field's dependent options (e.g. its oneOf list) can be resolved.

Example response

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Salesforce Settings",
  "type": "object"
}