v2
latestOpenAPI 3.1.02026-07-263155112.9 KBentity-grid
Get case-phenotype grid for a disease
Returns a grid of cases (patients) and their phenotypes for a given disease.
The grid includes:
- **columns**: List of case entities with the disease
- **rows**: List of phenotypes observed across all cases
- **bins**: Body system categories (HistoPheno) with phenotype counts
- **cells**: Map of case:phenotype pairs to observation details
Use `direct=true` (default) to get only cases with exactly this disease.
Use `direct=false` to include cases with descendant diseases (subtypes).
get/v3/api/entity/{context_id}/case-phenotype-grid
Path parameters
context_idstring required
MONDO disease ID
Example:MONDO:0007078
MONDO disease ID
Query parameters
directboolean
Only include cases with exactly this disease
Only include cases with exactly this disease
limitinteger
Maximum number of cases (columns)
Maximum number of cases (columns)
Response
Successful Response