The unique identifier of the connection.
an object with query parameters
OptionalbyCredentialName?: booleanWhen true, the value of the credentialId in the query is interpreted as the credential's name rather than its unique identifier.
OptionalcredentialId?: stringFilter by credential ID.
Optionalextended?: booleanWhen true, returns an extended set of properties, including the encrypted credential string.
OptionalnoCache?: booleanWhen true, bypasses the cache and returns the most up-to-date data file connections. By default, datafile connections may be served from cache.
OptionalparseConnection?: booleanWhen true, includes a list of parsed connection properties in the response. Default is false.
OptionalspaceId?: stringFilter connections by space ID.
Optionaltype?: "connectionname"When set to connectionname, the value of the connection ID in the path is interpreted as the connection's name rather than its unique identifier.
Optionaloptions: ApiCallOptions
Use this operation to retrieve a single data connection by its unique identifier. To look up a connection by name instead of ID, set the
typequery parameter toconnectionname. Returns the full connection object including the caller's access privileges.