containerFilter on queries for lists schema | Anthony Corbett | 2012-05-22 09:21 | |||||||||||||||
Status: Closed | |||||||||||||||||
I'm trying to query lists with the same name in two different subFolders. At the common parent container I create a LABKE selectRows query for the lists and common query name and then set the containerFilter to CurrentAndSubfolders but I receive a 404 Error that it can't find the queryName. My request looks like this: {"schemaName":"lists","apiVersion":9.1,"containerFilter":"CurrentAndSubfolders","query.maxRows":0,"query.queryName":"Events","limit":10000,"page":1,"start":0,"commands":[]} The error is: "exceptionClass": "org.labkey.api.view.NotFoundException", "exception": "Query 'Events' in schema 'lists' doesn't exist.", "stackTrace": [ "org.labkey.query.controllers.QueryController.ensureQueryExists(QueryController.java:296)", "org.labkey.query.controllers.QueryController$SelectRowsAction.execute(QueryController.java:2327)", . . . Is it not possible to use the containerFilter for the lists schema? Thanks! |
|||||||||||||||||
| |||||||||||||||||