Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/Lists/Search |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : ListSearchRequest
|
{
"MyListsOnly": true,
"ShowEmpty": true,
"CategoryId": 1,
"Page": 3,
"PageSize": 4,
"SearchText": "sample string 5"
}
<ListSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CategoryId>1</CategoryId>
<MyListsOnly>true</MyListsOnly>
<Page>3</Page>
<PageSize>4</PageSize>
<SearchText>sample string 5</SearchText>
<ShowEmpty>true</ShowEmpty>
</ListSearchRequest>
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 | Y | |||
Id | integer | ||||
Inactive | boolean | ||||
IsDynamic | boolean | Y | |||
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-24T04:39:31.0419944-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-24T04:39:31.0419944-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-24T04:39:31.0419944-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-24T04:39:31.0419944-07:00</LastUsedDateTime>
</List>
</ListSummaries>
No entries in change log for this operation.