action monarchinitiative_get_gene_case_associations { label: "Returns cases associated with a gene" provider: monarchinitiative method: GET path: "/bioentity/gene/{id}/cases" encoding: json input: { type: "object" properties: { direct: { type: "boolean" } evidence: { type: "string" } exclude_automatic_assertions: { type: "boolean" } facet: { type: "boolean" } facet_fields: { type: "array" items: { type: "string" } } fetch_objects: { type: "boolean" } rows: { type: "integer" } slim: { type: "array" items: { type: "string" } } start: { type: "integer" } unselect_evidence: { type: "boolean" } use_compact_associations: { type: "boolean" } } additionalProperties: false } output: { type: "object" } }