GET /api/genecombinations/734/relationships/genes?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": [
        {
            "type": "Gene",
            "id": "CEP104"
        },
        {
            "type": "Gene",
            "id": "CROCC"
        },
        {
            "type": "Gene",
            "id": "NEK1"
        },
        {
            "type": "Gene",
            "id": "TOM1L2"
        },
        {
            "type": "Gene",
            "id": "TSTD2"
        }
    ]
}