action opentargets_post_evidence_by_id { label: "Get evidence for a list of IDs" description: "This is the POST version of [/public/evidence](#!/public/get_public_evidence).\nIt allows to query for a list of evidence strings encoded in a `json` object to be passed in the body.\n" provider: opentargets method: POST path: "/platform/public/evidence" encoding: json input: { type: "string" } output: { type: "object" additionalProperties: true } }