Optional
containerOptional
queryThe queryName to use in the request. Required if source.type = "query".
Optional
schemaThe schemaName to use in the request. Can be a string, array of strings, or SchemaKey.
Optional
sqlThe LabKey SQL to use in the request. Required if source.type = "sql".
Optional
typeA string with value set to either "query" or "sql". Indicates if the value is "sql" then source.sql is required. If the value is "query" then source.queryName is required.
The path to the target container to execute the GetData call in.