action monarchinitiative_get_association_by_subject_category_search { label: "Returns list of matching associations for a given subject category" provider: monarchinitiative method: GET path: "/association/find/{subject_category}" encoding: json input: { type: "object" properties: { evidence: { type: "string" } exclude_automatic_assertions: { type: "boolean" } object_taxon: { type: "string" } relation: { type: "string" } rows: { type: "integer" } start: { type: "integer" } subject_taxon: { type: "string" } unselect_evidence: { type: "boolean" } use_compact_associations: { type: "boolean" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }