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

{
    "data": [
        {
            "type": "Gene",
            "id": "MAMLD1"
        },
        {
            "type": "Gene",
            "id": "NRAS"
        },
        {
            "type": "Gene",
            "id": "RXFP2"
        },
        {
            "type": "Gene",
            "id": "SHH"
        }
    ]
}