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

{
    "data": [
        {
            "type": "Gene",
            "id": "FOXP1"
        },
        {
            "type": "Gene",
            "id": "GLI2"
        },
        {
            "type": "Gene",
            "id": "HS6ST1"
        },
        {
            "type": "Gene",
            "id": "HSD17B6"
        }
    ]
}