GET
/connections/{connectionId}
curl \
--request GET 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/connections/{connectionId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"_id": "56f5ee16dbfeb2ebea4c76dc",
"action": "Edit",
"config": {
"sqlServerDb": "xxxxxxxxxx",
"sqlServerHost": "xxxxxxxxxx",
"sqlServerPassword": "xxxxxxxxxx",
"sqlServerPort": "1433",
"sqlServerSchema": "xxxxxxxxxx",
"sqlServerUsername": "xxxxxxxxxx",
"subdomain": ""
},
"connectionName": "sql_server_bad",
"createById": "5684058f159fffbe29ff9912",
"createdBy": "user_5000",
"description": "test bad connection",
"owningEntity": "user_5000",
"trustedEntities": [],
"type": "db"
}