Retrieve Connection
get
[host-url]/dt-rest/v2/connections/{connectionId}
Retrieves a single Connection using the given ID.
Request
Path Parameters
-
connectionId(required): string
the ID of the connection to retrieve.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
a Response object containing the connection details in JSON format with a 200 OK status code.
401 Response
Unauthorized
404 Response
Not Found