Lists Test
Reporting/Lists/Summary?listIds={listIds}
Get a summary of all Lists.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/Lists/Summary?listIds={listIds}

URI Parameters

Parameter Name Data Type Required Notes
listIds string N An optional list of ids.

Request Body

None.

No request body.

Response object type : Collection of ListSummary

Response object type Collection of ListSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Category ListCategorySummary
ConstituentCount integer
CreatedBy string
Description string
EditMode string N
Id integer
Inactive boolean
IsDynamic boolean N
LastUsedDateTime date
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "Category": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "ConstituentCount": 1,
    "Inactive": true,
    "CreatedBy": "sample string 2",
    "LastUsedDateTime": "2025-04-24T05:05:43.4836239-07:00",
    "IsDynamic": true,
    "EditMode": "sample string 3"
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "Category": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "ConstituentCount": 1,
    "Inactive": true,
    "CreatedBy": "sample string 2",
    "LastUsedDateTime": "2025-04-24T05:05:43.4836239-07:00",
    "IsDynamic": true,
    "EditMode": "sample string 3"
  }
]
<ListSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <List>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Category>
    <ConstituentCount>1</ConstituentCount>
    <CreatedBy>sample string 2</CreatedBy>
    <Description>sample string 1</Description>
    <EditMode>sample string 3</EditMode>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <IsDynamic>true</IsDynamic>
    <LastUsedDateTime>2025-04-24T05:05:43.4836239-07:00</LastUsedDateTime>
  </List>
  <List>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Category>
    <ConstituentCount>1</ConstituentCount>
    <CreatedBy>sample string 2</CreatedBy>
    <Description>sample string 1</Description>
    <EditMode>sample string 3</EditMode>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <IsDynamic>true</IsDynamic>
    <LastUsedDateTime>2025-04-24T05:05:43.4836239-07:00</LastUsedDateTime>
  </List>
</ListSummaries>

No entries in change log for this operation.