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

{
    "data": [
        {
            "type": "GeneCombination",
            "id": "123"
        },
        {
            "type": "GeneCombination",
            "id": "134"
        },
        {
            "type": "GeneCombination",
            "id": "249"
        },
        {
            "type": "GeneCombination",
            "id": "250"
        },
        {
            "type": "GeneCombination",
            "id": "439"
        },
        {
            "type": "GeneCombination",
            "id": "862"
        }
    ]
}