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

{
    "data": [
        {
            "type": "Gene",
            "id": "ATP7B"
        },
        {
            "type": "Gene",
            "id": "COL1A1"
        },
        {
            "type": "Gene",
            "id": "GPC3"
        },
        {
            "type": "Gene",
            "id": "HSD17B3"
        },
        {
            "type": "Gene",
            "id": "RXFP2"
        }
    ]
}