Skip to main content

Settings extra-data

GET 

/getConnectorSettings/:adapterId

Returns the connector settings of a given adapter.

Request

Query Parameters

    adapterId stringrequired

    Identifier of the adapter.

Responses

The connector settings for the given adapter.

Schema
    success booleanrequired

    Whether the request was successful or not.

    baseConfig object

    List of properties, json-schema style.

    When creating a connector pass the key/value pairs in config.extraData.

    property name* any

    List of properties, json-schema style.

    When creating a connector pass the key/value pairs in config.extraData.

    property name* any
Loading...