• JMap.Query.getQueryByGroupId

    Returns the query for a given query group and a given query id.

    Parameters

    • groupId: JId

      The JMap query group id

    • queryId: string

      The JMap query id

    Returns JQuery

    Throws

    if group or query ids are not correct (invalid format or no resource exists)

    Example

    // returns the query id=5 of group id=10
    JMap.Query.getQueryByGroupId(10, 5)