Lists Test
Reporting/Lists/{listId}/Contents/Details
Gets Constituent details for the contents of a List.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/Lists/{listId}/Contents/Details

URI Parameters

Parameter Name Data Type Required Notes
listId integer Y

Request Body

None.

No request body.

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.