Research Test
CRM/Research?constituentId={constituentId}&includeAffiliations={includeAffiliations}
Get details of all the research for the specified constituent id and all its visible affiliation's researches as well. To exclude researches of the visible affiliations pass includeAffiliations=false.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Research?constituentId={constituentId}&includeAffiliations={includeAffiliations}

URI Parameters

Parameter Name Data Type Required Notes
constituentId integer Y Limit results by constituent.
includeAffiliations boolean N Include all of the constituent's affiliates in the results (default: true).

Request Body

None.

No request body.

Response object type : Collection of ResearchEntry

Response object type Collection of ResearchEntry has the following properties.
Property Name Data Type Length Required Readonly Notes
Constituent Entity N
FK: T_CUSTOMER.customer_no   Resource: Constituents
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
EditIndicator boolean
Id integer N
ResearchDate date N
Researcher ConstituentDisplaySummary N
FK: T_CUSTOMER.customer_no   Resource: Constituents
ResearchSource string N
ResearchType ResearchTypeSummary N
FK: TR_RESEARCH_TYPE.id   Resource: ResearchTypes
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "CreatedDateTime": "2025-04-24T05:14:48.7336036-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 1,
    "EditIndicator": true,
    "UpdatedDateTime": "2025-04-24T05:14:48.7336036-07:00",
    "UpdatedBy": "sample string 4",
    "ResearchDate": "2025-04-24T05:14:48.7336036-07:00",
    "ResearchSource": "sample string 5",
    "Researcher": {
      "Id": 1,
      "SortName": "sample string 1",
      "DisplayName": "sample string 2"
    },
    "ResearchType": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "Constituent": {
      "Id": 1
    }
  },
  {
    "CreatedDateTime": "2025-04-24T05:14:48.7336036-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 1,
    "EditIndicator": true,
    "UpdatedDateTime": "2025-04-24T05:14:48.7336036-07:00",
    "UpdatedBy": "sample string 4",
    "ResearchDate": "2025-04-24T05:14:48.7336036-07:00",
    "ResearchSource": "sample string 5",
    "Researcher": {
      "Id": 1,
      "SortName": "sample string 1",
      "DisplayName": "sample string 2"
    },
    "ResearchType": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "Constituent": {
      "Id": 1
    }
  }
]
<Research xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ResearchEntry>
    <Constituent>
      <Id>1</Id>
    </Constituent>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:14:48.7336036-07:00</CreatedDateTime>
    <EditIndicator>true</EditIndicator>
    <Id>1</Id>
    <ResearchDate>2025-04-24T05:14:48.7336036-07:00</ResearchDate>
    <ResearchSource>sample string 5</ResearchSource>
    <ResearchType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </ResearchType>
    <Researcher>
      <DisplayName>sample string 2</DisplayName>
      <Id>1</Id>
      <SortName>sample string 1</SortName>
    </Researcher>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:14:48.7336036-07:00</UpdatedDateTime>
  </ResearchEntry>
  <ResearchEntry>
    <Constituent>
      <Id>1</Id>
    </Constituent>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:14:48.7336036-07:00</CreatedDateTime>
    <EditIndicator>true</EditIndicator>
    <Id>1</Id>
    <ResearchDate>2025-04-24T05:14:48.7336036-07:00</ResearchDate>
    <ResearchSource>sample string 5</ResearchSource>
    <ResearchType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </ResearchType>
    <Researcher>
      <DisplayName>sample string 2</DisplayName>
      <Id>1</Id>
      <SortName>sample string 1</SortName>
    </Researcher>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:14:48.7336036-07:00</UpdatedDateTime>
  </ResearchEntry>
</Research>
Change Version Description Contract Old New
Resource Added 15.1.0 New resource added. Research