action ebi_get_bioassays_using_get_1 { label: "Get pubchem bioassays associated to particular substance ids (sid) & outcome" provider: ebi method: GET path: "/pubchem/bioassays/sids" encoding: json input: { type: "object" properties: { limit: { type: "string" } outcome: { type: "string" } page: { type: "string" } sids: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }