return;
}
Vertex sourceVertex = edge.getVertex(Direction.OUT, authorizations);
Vertex targetVertex = edge.getVertex(Direction.IN, authorizations);
ClientApiEdge results = ClientApiConverter.toClientApiEdgeWithVertexData(edge, sourceVertex, targetVertex, workspaceId, authorizations);
respondWithClientApiObject(response, results);
}