Retrieve Connection

get

[host-url]/dt-rest/v2/connections/{connectionId}

Retrieves a single Connection using the given ID.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

a Response object containing the connection details in JSON format with a 200 OK status code.
Body ()
Root Schema : ConnectionBaseDTO
Type: object
Represents a connection.
Show Source

401 Response

Unauthorized

404 Response

Not Found
Back to Top