Skip to main content
GET
Error

Authorizations

x-cdata-authtoken
string
header
required

Path Parameters

ConnectorId
string
required

The key ConnectorId

Query Parameters

$select
string

Select structural property

Response

connectors response

ConnectorId
string
required

The connector Id.

WorkspaceId
string

The workspace that the connector belongs to.

ConnectorType
string

The connector type, such as AS2, X12, or MySQL.

AutomationSend
boolean

When set to True, the connector automatically processes files in the Send folder.

AutomationRetryInterval
integer<int32>

The length of time that the application waits after an error, in minutes, before trying to send the file again. When set to 0, the connector tries to send the file every interval.

AutomationMaxAttempts
integer<int32>

The maximum number of times that the connector tries to process the input file in the event that failures are encountered. When set to 0, the connector retries the file indefinitely.

AutomationReceive
boolean

When set to True, the connector tries to automatically receive files at the specified ReceiveInterval.

ReceiveInterval
string

The interval at which the connector tries to receive files if AutomationReceive is set to True.

MaxWorkers
integer<int32>

The maximum number of workers to assign from the worker pool when processing files on this connector. If not set, the default setting from the Settings tab of the application is used.

MaxFiles
integer<int32>

The maximum number of files that are processed for this connector each time workers are assigned to this connector. If not set, the default setting from the Settings tab of the application is used.

SendFolder
string

The folder where the connector picks up files to be processed.

ReceiveFolder
string

The folder where the connector places received files.

SentFolder
string

The folder where the connector places files after they have been processed.

SaveToSentFolder
boolean

When set to True, the connector keeps a copy of sent messages in the Sent folder.

SentFolderScheme
string

Instructs the connector to group files in the Sent folder according to the selected interval. Available values are 'yyyy-MM-dd, @weekly, yyyy-MM, yyyy', corresponding to daily, weekly, monthly, and yearly.

LogLevel
string

The verbosity of logs generated when writing transcation logs. Available values are 'None, Error, Warning, Info, Debug, Trace'.

LogSubFolderScheme
string

Instructs the connector to group files in the Logs folder according to the selected interval. Available values are 'yyyy-MM-dd, @weekly, yyyy-MM, yyyy', corresponding to daily, weekly, monthly, and yearly.

LogMessages
boolean

When set to True, the connector keeps a copy of the message with the message logs in the Logs directory.

Other
string

The list of properties above is not comprehensive. You can use the API to set any property not listed above on a connector, using the same name/value format. All available connector default properties are returned in a GET request.