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