action ideaconsult_get_substance_study { label: "get substance study" description: "Returns substance study representation" provider: ideaconsult method: GET path: "/enm/{db}/substance/{uuid}/study" encoding: json input: { type: "object" properties: { category: { type: "string" } investigation_uuid: { type: "string" } page: { type: "integer" } pagesize: { type: "integer" } property: { type: "string" } property_uri: { type: "string" } top: { type: "string" enum: ["P-CHEM", "ECOTOX", "ENV FATE", "TOX", "EXPOSURE"] } uuid: { type: "string" } } required: ["uuid"] additionalProperties: false } output: { type: "object" properties: { study: { type: "object" } } } }