QueryElements Test
Reporting/QueryElements/Summary?groupIds={groupIds}&activeOnly={activeOnly}
Get a list of query elements in summary optionally filtered by one or more GroupIds or if they're active only.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/QueryElements/Summary?groupIds={groupIds}&activeOnly={activeOnly}

URI Parameters

Parameter Name Data Type Required Notes
groupIds string N
activeOnly string N

Request Body

None.

No request body.

Response object type : Collection of QueryElementSummary

Response object type Collection of QueryElementSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
Group QueryElementGroupSummary
Id integer
IsSingleRow boolean
[
  {
    "Id": 1,
    "Description": "sample string 1",
    "IsSingleRow": true,
    "Group": {
      "Id": 1,
      "Description": "sample string 1",
      "Category": 2,
      "IsVirtual": true,
      "NumberOfParameters": 4
    }
  },
  {
    "Id": 1,
    "Description": "sample string 1",
    "IsSingleRow": true,
    "Group": {
      "Id": 1,
      "Description": "sample string 1",
      "Category": 2,
      "IsVirtual": true,
      "NumberOfParameters": 4
    }
  }
]
<QueryElementSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <QueryElement>
    <Description>sample string 1</Description>
    <Group>
      <Category>2</Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <IsVirtual>true</IsVirtual>
      <NumberOfParameters>4</NumberOfParameters>
    </Group>
    <Id>1</Id>
    <IsSingleRow>true</IsSingleRow>
  </QueryElement>
  <QueryElement>
    <Description>sample string 1</Description>
    <Group>
      <Category>2</Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <IsVirtual>true</IsVirtual>
      <NumberOfParameters>4</NumberOfParameters>
    </Group>
    <Id>1</Id>
    <IsSingleRow>true</IsSingleRow>
  </QueryElement>
</QueryElementSummaries>
Change Version Description Contract Old New
Parameter Added 15.0.0 New parameter added activeOnly activeOnly