action opentargets_get_association_filter { label: "Filter available associations" description: "More complex queries for associations scores and objects can be done using\nthis method, which allows to sort in different order, restrict to a specific class\nof diseases or targets, as well as filtering results by score and associated pathways.\n" provider: opentargets method: GET path: "/platform/public/association/filter" encoding: json input: { type: "object" properties: { datasource: { type: "string" } datastructure: { type: "string" } datatype: { type: "string" } direct: { type: "boolean" } disease: { type: "string" } facets: { type: "boolean" } fields: { type: "string" } format: { type: "string" } from: { type: "number" format: "integer" } pathway: { type: "string" } scorevalue_max: { type: "number" format: "float" } scorevalue_min: { type: "number" format: "float" } scorevalue_types: { type: "string" } search: { type: "string" } size: { type: "number" format: "integer" } sort: { type: "string" } target: { type: "string" } target_class: { type: "string" } therapeutic_area: { type: "string" } uniprotkw: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }