Get connection
Get the full details of a single connection identified by its id.
Authorizations
Enter your JWT token
Path Parameters
The identifier of the connection to retrieve.
Response
The detailed representation of the connection.
Public-shape detail for /api/DeveloperAPI/v1/Connections/{id} and create/update responses.
Identifier of the connection.
Display name of the connection.
Slug of the connection's application.
Whether the connection is shared/public.
Identifier of the user who created the connection.
When the connection was created.
Description of the connection.
Display name of the connection's application.
URL of the application's logo image.
Identifier of the user who last updated the connection; null if never updated.
When the connection was last updated; null if never updated.
Identifier of the authentication method used by the connection.
Name of the authentication type used by the connection.
Connection field values, keyed by field name (sensitive values may be masked).
Whether the connection uses selected database objects.
Last connection error message, if any.
Whether the connection is currently healthy/reachable.
Additional connection metadata, keyed by name.