action ideaconsult_get_investigation_results { label: "Details of multiple studies" description: "Multiple studies in tabular form" provider: ideaconsult method: GET path: "/enm/{db}/investigation" encoding: json input: { type: "object" properties: { id: { type: "string" } inchikey: { type: "string" } page: { type: "integer" } pagesize: { type: "integer" } search: { type: "string" } type: { type: "string" enum: ["byinvestigation", "byassay", "bysubstance", "byprovider", "bycitation", "bystudytype", "bystructure_inchikey", "bystructure_smiles", "bystructure_name", "bysubstance_name", "bysubstance_type"] } } required: ["search", "type"] additionalProperties: false } output: { type: "object" properties: { _childDocuments_: { type: "object" } assay: { type: "string" } document_uuid: { type: "string" } effectendpoint: { type: "string" } endpoint: { type: "string" } endpointcategory: { type: "string" } err: { type: "number" } errQualifier: { type: "string" } guidance: { type: "string" } investigation: { type: "string" } loQualifier: { type: "string" } loValue: { type: "number" } name: { type: "string" } owner_name: { type: "string" } publicname: { type: "string" } reference: { type: "string" } reference_owner: { type: "string" } reference_year: { type: "string" } resulttype: { type: "string" } s_uuid: { type: "string" } studyResultType: { type: "string" } substanceType: { type: "string" } textValue: { type: "string" } topcategory: { type: "string" } type_s: { type: "string" } unit: { type: "string" } upQualifier: { type: "string" } upValue: { type: "number" } updated: { type: "string" } } } }