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

URI Parameters

Parameter Name Data Type Required Notes
listId integer Y Required, id of list for contents.

Request Body

None.

No request body.

Response object type : Collection of ListContent

Response object type Collection of ListContent has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituentId integer
[
  {
    "ConstituentId": 1
  },
  {
    "ConstituentId": 1
  }
]
<ListContents xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ListContent>
    <ConstituentId>1</ConstituentId>
  </ListContent>
  <ListContent>
    <ConstituentId>1</ConstituentId>
  </ListContent>
</ListContents>

No entries in change log for this operation.