JMap.Query.getQueryByGroupId
Returns the query for a given query group and a given query id.
The JMap query group id
The JMap query id
if group or query ids are not correct (invalid format or no resource exists)
// returns the query id=5 of group id=10JMap.Query.getQueryByGroupId(10, 5) Copy
// returns the query id=5 of group id=10JMap.Query.getQueryByGroupId(10, 5)
JMap.Query.getQueryByGroupId
Returns the query for a given query group and a given query id.