Workers Test
Finance/Workers?constituentId={constituentId}&includeAffiliations={includeAffiliations}
Get details of all the workers for the specified constituent.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Finance/Workers?constituentId={constituentId}&includeAffiliations={includeAffiliations}

URI Parameters

Parameter Name Data Type Required Notes
constituentId integer N 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 Worker

Response object type Collection of Worker has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituentId integer
ConstituentInactive ConstituentInactiveSummary
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
EditIndicator boolean
FirstName string
Id integer N
Inactive boolean N
LastName string
Prefix PrefixSummary
ShortDisplayName string
SortName string
Suffix SuffixSummary
UpdatedBy string N
UpdatedDateTime date N
WorkerType WorkerTypeSummary N
FK: TR_WORKER_TYPE.id   Resource: WorkerTypes
[
  {
    "Id": 1,
    "Inactive": true,
    "WorkerType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    },
    "ConstituentId": 1,
    "SortName": "sample string 2",
    "ShortDisplayName": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Prefix": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    },
    "Suffix": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    },
    "ConstituentInactive": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "CreatedDateTime": "2025-04-24T05:14:55.0141185-07:00",
    "CreateLocation": "sample string 6",
    "CreatedBy": "sample string 7",
    "UpdatedDateTime": "2025-04-24T05:14:55.0141185-07:00",
    "UpdatedBy": "sample string 8",
    "EditIndicator": true
  },
  {
    "Id": 1,
    "Inactive": true,
    "WorkerType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    },
    "ConstituentId": 1,
    "SortName": "sample string 2",
    "ShortDisplayName": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Prefix": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    },
    "Suffix": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    },
    "ConstituentInactive": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "CreatedDateTime": "2025-04-24T05:14:55.0141185-07:00",
    "CreateLocation": "sample string 6",
    "CreatedBy": "sample string 7",
    "UpdatedDateTime": "2025-04-24T05:14:55.0141185-07:00",
    "UpdatedBy": "sample string 8",
    "EditIndicator": true
  }
]
<Workers xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Worker>
    <ConstituentId>1</ConstituentId>
    <ConstituentInactive>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </ConstituentInactive>
    <CreateLocation>sample string 6</CreateLocation>
    <CreatedBy>sample string 7</CreatedBy>
    <CreatedDateTime>2025-04-24T05:14:55.0141185-07:00</CreatedDateTime>
    <EditIndicator>true</EditIndicator>
    <FirstName>sample string 4</FirstName>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <LastName>sample string 5</LastName>
    <Prefix>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Prefix>
    <ShortDisplayName>sample string 3</ShortDisplayName>
    <SortName>sample string 2</SortName>
    <Suffix>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Suffix>
    <UpdatedBy>sample string 8</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:14:55.0141185-07:00</UpdatedDateTime>
    <WorkerType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </WorkerType>
  </Worker>
  <Worker>
    <ConstituentId>1</ConstituentId>
    <ConstituentInactive>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </ConstituentInactive>
    <CreateLocation>sample string 6</CreateLocation>
    <CreatedBy>sample string 7</CreatedBy>
    <CreatedDateTime>2025-04-24T05:14:55.0141185-07:00</CreatedDateTime>
    <EditIndicator>true</EditIndicator>
    <FirstName>sample string 4</FirstName>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <LastName>sample string 5</LastName>
    <Prefix>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Prefix>
    <ShortDisplayName>sample string 3</ShortDisplayName>
    <SortName>sample string 2</SortName>
    <Suffix>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Suffix>
    <UpdatedBy>sample string 8</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:14:55.0141185-07:00</UpdatedDateTime>
    <WorkerType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </WorkerType>
  </Worker>
</Workers>

No entries in change log for this operation.