Java API Client able to add studies to StudyProperties query | Matthew Bellew | 2012-02-10 14:26 |
Status: Closed | ||
Hi Jason, It's great you got this far. However the Java API is focused mostly on querying and updating data, and not higher level operations like 'create a study'. Without investigating, I suspect this error is because there is no study-defined yet, so it won't allow you to update the study properties. I think you might want to look into the documentation for our "study archive" format. The study archive is a .zip of files containing the study data and meta-data. https://www.labkey.org/wiki/home/Documentation/page.view?name=importExportStudy You can then simply create a new folder and import. We support one study per folder, but multiple folders per project, so multiple studies per project are supported. To get started you can look at the demo study archive. https://www.labkey.org/wiki/home/Documentation/page.view?name=setupDemoStudy and checkout the tutorials. I hope that helps you get started, Matt |
||