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

{
    "data": [
        {
            "type": "Gene",
            "id": "ALX1"
        },
        {
            "type": "Gene",
            "id": "CTH"
        },
        {
            "type": "Gene",
            "id": "FZD6"
        },
        {
            "type": "Gene",
            "id": "MTHFD1"
        },
        {
            "type": "Gene",
            "id": "SALL4"
        }
    ]
}