get /connections/{id}

Gets a specific connection.

Returns the connection specified by the id parameter.

Path parameters

id (required)
The ID of the connection.

Return type

DataConnectionResponse

Example data

Content-Type: application/json

{ "data" : { "connectionString" : "aeiou", "created" : "2000-01-23T04:56:07.000+00:00", "lastUpdate" : "2000-01-23T04:56:07.000+00:00", "appId" : "aeiou", "name" : "aeiou", "connectionStatus" : "Unknown", "description" : "aeiou", "cacheStatus" : "NeverGenerated", "id" : "00000000-0000-0000-0000-000000000000" } }

Responses

200
Success. The specified connection is returned.

400
The specified ID is not a valid GUID.

404
A connection with the specified ID was not found.