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