action ideaconsult_get_substance_study_summary { label: "Get study summary for the substance" description: "Study summary" provider: ideaconsult method: GET path: "/enm/{db}/substance/{uuid}/studySummary" encoding: json input: { type: "object" properties: { category: { type: "string" } page: { type: "integer" } pagesize: { type: "integer" } property: { type: "string" } property_uri: { type: "string" } result: { type: "boolean" } top: { type: "string" enum: ["P-CHEM", "ECOTOX", "ENV FATE", "TOX", "EXPOSURE"] } uuid: { type: "string" } } required: ["uuid"] additionalProperties: false } output: { type: "object" properties: { facet: { type: "object" } } } }