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.
Root Schema : ConnectionBaseDTO
Type:
objectRepresents a connection.
Show Source
-
connectionId: string
-
dateCreated: string
(date-time)
-
dateUpdated: string
(date-time)
-
name(required): string
Example:
{
"name":"String",
"connectionId":"String",
"dateCreated":"2026-07-11T17:31:42.982077Z",
"dateUpdated":"2026-07-11T17:31:42.982099Z"
}Examples
401 Response
Unauthorized
404 Response
Not Found