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

{
    "data": [
        {
            "type": "Gene",
            "id": "AGTR2"
        },
        {
            "type": "Gene",
            "id": "CSMD1"
        },
        {
            "type": "Gene",
            "id": "LAMA2"
        },
        {
            "type": "Gene",
            "id": "TLR4"
        }
    ]
}