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

{
    "data": [
        {
            "type": "Gene",
            "id": "IFNGR1"
        },
        {
            "type": "Gene",
            "id": "IL23R"
        },
        {
            "type": "Gene",
            "id": "JAK1"
        },
        {
            "type": "Gene",
            "id": "PPP1R9B"
        }
    ]
}