ConstituentDocuments Test
CRM/Documents?constituentId={constituentId}&includeAffiliations={includeAffiliations}
Get all the documents for a particular constituent including file contents.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Documents?constituentId={constituentId}&includeAffiliations={includeAffiliations}

URI Parameters

Parameter Name Data Type Required Notes
constituentId integer N
includeAffiliations boolean N

Request Body

None.

No request body.

Response object type : Collection of Document

Response object type Collection of Document has the following properties.
Property Name Data Type Length Required Readonly Notes
Category DocumentCategorySummary N
ConstituentId integer N
Contents Collection of byte N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
FileName string N
Id integer N
Notes string N
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "Id": 1,
    "Contents": "QEA=",
    "FileName": "sample string 1",
    "Description": "sample string 2",
    "Notes": "sample string 3",
    "Category": {
      "Id": 1,
      "Description": "sample string 1",
      "ParentTableName": "sample string 2",
      "Inactive": true
    },
    "ConstituentId": 1,
    "CreatedDateTime": "2025-04-24T09:36:33.6373682-07:00",
    "CreateLocation": "sample string 4",
    "CreatedBy": "sample string 5",
    "UpdatedDateTime": "2025-04-24T09:36:33.6373682-07:00",
    "UpdatedBy": "sample string 6"
  },
  {
    "Id": 1,
    "Contents": "QEA=",
    "FileName": "sample string 1",
    "Description": "sample string 2",
    "Notes": "sample string 3",
    "Category": {
      "Id": 1,
      "Description": "sample string 1",
      "ParentTableName": "sample string 2",
      "Inactive": true
    },
    "ConstituentId": 1,
    "CreatedDateTime": "2025-04-24T09:36:33.6373682-07:00",
    "CreateLocation": "sample string 4",
    "CreatedBy": "sample string 5",
    "UpdatedDateTime": "2025-04-24T09:36:33.6373682-07:00",
    "UpdatedBy": "sample string 6"
  }
]
<Documents xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Document>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <ParentTableName>sample string 2</ParentTableName>
    </Category>
    <ConstituentId>1</ConstituentId>
    <Contents>QEA=</Contents>
    <CreateLocation>sample string 4</CreateLocation>
    <CreatedBy>sample string 5</CreatedBy>
    <CreatedDateTime>2025-04-24T09:36:33.6373682-07:00</CreatedDateTime>
    <Description>sample string 2</Description>
    <FileName>sample string 1</FileName>
    <Id>1</Id>
    <Notes>sample string 3</Notes>
    <UpdatedBy>sample string 6</UpdatedBy>
    <UpdatedDateTime>2025-04-24T09:36:33.6373682-07:00</UpdatedDateTime>
  </Document>
  <Document>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <ParentTableName>sample string 2</ParentTableName>
    </Category>
    <ConstituentId>1</ConstituentId>
    <Contents>QEA=</Contents>
    <CreateLocation>sample string 4</CreateLocation>
    <CreatedBy>sample string 5</CreatedBy>
    <CreatedDateTime>2025-04-24T09:36:33.6373682-07:00</CreatedDateTime>
    <Description>sample string 2</Description>
    <FileName>sample string 1</FileName>
    <Id>1</Id>
    <Notes>sample string 3</Notes>
    <UpdatedBy>sample string 6</UpdatedBy>
    <UpdatedDateTime>2025-04-24T09:36:33.6373682-07:00</UpdatedDateTime>
  </Document>
</Documents>
Change Version Description Contract Old New
Resource Added 15.1.3 New resource added. ConstituentDocuments