Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/Lists/{listId}/Contents/Details |
URI Parameters
|
Request BodyNone. |
Response object type : Collection of ListContentDetail
Response object type Collection of ListContentDetail has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Constituent | ConstituentDisplaySummary | N | |||
FK: T_CUSTOMER.customer_no   Resource: Constituents |
[
{
"Constituent": {
"Id": 1,
"SortName": "sample string 1",
"DisplayName": "sample string 2"
}
},
{
"Constituent": {
"Id": 1,
"SortName": "sample string 1",
"DisplayName": "sample string 2"
}
}
]
<ListContentsDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ListContentDetail>
<Constituent>
<DisplayName>sample string 2</DisplayName>
<Id>1</Id>
<SortName>sample string 1</SortName>
</Constituent>
</ListContentDetail>
<ListContentDetail>
<Constituent>
<DisplayName>sample string 2</DisplayName>
<Id>1</Id>
<SortName>sample string 1</SortName>
</Constituent>
</ListContentDetail>
</ListContentsDetail>
No entries in change log for this operation.