Is there a way to create a container from the java api?

LabKey Support Forum
Is there a way to create a container from the java api? ccharpen  2019-10-30 15:53
Status: Closed
 

I was able to get all containers programmatically, but now I need to create them. I thought, if there was such an API, it'd be here: https://www.labkey.org/download/clientapi_docs/java-api-9.3/doc/org/labkey/remoteapi/PostCommand.html

But it's not. Any suggestions?

 
 
Jon (LabKey DevOps) responded:  2019-10-30 22:39
Hi Corbin,

For future, please use the Support Portal for Atlas in lieu of the public forums.

The URL you're looking at is outdated. That particular doc is for LabKey 9.3, not the latest version.

And the endpoint to create containers does exist here:

https://www.labkey.org/download/clientapi_docs/java-api/org/labkey/remoteapi/security/CreateContainerCommand.html

Regards,

Jon
 
ccharpen responded:  2019-10-31 09:19
Ah, I see. This the 9.3 URL was the only URL returned by google when searching for GetContainersCommand. I'll be more scrupulous of URLs in the future.

Should I post all questions from us in the support portal from now on? This seemed publicly applicable.
 
Jon (LabKey DevOps) responded:  2019-10-31 11:08
Hi Corbin,

Yes, the public forums are mainly for Community users to post questions and per our guidelines, some things we are very limited in providing support for via the Forums, such as dev related questions (see https://www.labkey.org/home/Support/wiki-page.view?name=communityForumGuidelines for more information)

Since you're apart of the Atlas group and have access to the Support Portal, it is recommended that you use that instead since it allows us to better track your issues/questions and provide you information/support that is only available for Premier Editions clients, such as providing dev support.

Regards,

Jon