Connection ID
an object with query parameters
OptionalbyCredentialName?: booleanIf set to true, credentialId in the query will be interpreted as credential's name
OptionalcredentialId?: stringCredential ID
Optionalextended?: booleanReturns extended list of properties (e.g. encrypted credential string) when set to true.
OptionalnoCache?: booleandatafiles connections will be returned from cache by default (if data-connections is configured to use cache), this query parameter is used disable this default behavior, e.g. return an update-to-date datafiles connection if the query is set to true
OptionalparseConnection?: booleanList of connection properties shall be returned when the query is set to true, default is false
OptionalspaceId?: stringFiltering on connections by space ID
Optionaltype?: "connectionname"The connection ID in the path becomes a connection name when this query parameter is set.
Optionaloptions: ApiCallOptions
Retrieves a connection by connection ID, or by name when the query parameter "type" is set to "connectionname."