How to get the names of all lists in a directory?

LabKey Support Forum (Inactive)
How to get the names of all lists in a directory? marki  2012-11-27 14:53
Status: Closed
 
You might be looking for the LABKEY.Query.getQueries API

https://www.labkey.org/download/clientapi_docs/javascript-api/symbols/LABKEY.Query.html#.getQueries

You can get the queries for the lists schema by setting the schemaName config parameter.