action ideaconsult_get_substances { label: "List substances" description: "Returns a list of substances, according to the search criteria" provider: ideaconsult method: GET path: "/enm/{db}/substance" encoding: json input: { type: "object" properties: { addDummySubstance: { type: "boolean" } bundle_uri: { type: "string" } compound_uri: { type: "string" } page: { type: "integer" } pagesize: { type: "integer" } search: { type: "string" } studysummary: { type: "boolean" } type: { type: "string" enum: ["substancetype", "name", "like", "regexp", "uuif", "CompTox", "DOI", "reliability", "purposeFlag", "studyResultType", "isRobustStudy", "citation", "citationowner", "topcategory", "endpointcategory", "params", "owner_name", "owner_uuid", "related", "reference", "facet"] } } additionalProperties: false } output: { type: "object" properties: { substance: { type: "object" } } } }