WebLogins Test
CRM/WebLogins?constituentId={constituentId}&includeAffiliations={includeAffiliations}&primaryOnly={primaryOnly}
Get details of all the weblogins for the specified constituent id and all its visible affiliation's weblogins as well. To exclude weblogins of the visible affiliations pass includeAffiliations=false. To fetch primary web logins alone pass primaryOnly=true.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/WebLogins?constituentId={constituentId}&includeAffiliations={includeAffiliations}&primaryOnly={primaryOnly}

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).
primaryOnly boolean N

Request Body

None.

No request body.

Response object type : Collection of WebLogin

Response object type Collection of WebLogin has the following properties.
Property Name Data Type Length Required Readonly Notes
Constituent Entity N
ConstituentUpdateDate date N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
EditIndicator boolean
Email Entity N
FK: T_EADDRESS.eaddress_no   Resource: ElectronicAddresses
FailedAttempts integer N
Id integer N
Inactive boolean N
LastLoginDate date N
LockedDate date N
Login string N
LoginType LoginTypeSummary N
FK: TR_LOGIN_TYPE.id   Resource: LoginTypes
PrimaryIndicator boolean N Defaults to false.
TemporaryIndicator boolean N Defaults to true.
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "ConstituentUpdateDate": "2025-04-24T05:25:31.2920236-07:00",
    "CreatedDateTime": "2025-04-24T05:25:31.2920236-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Constituent": {
      "Id": 1
    },
    "Email": {
      "Id": 1
    },
    "FailedAttempts": 3,
    "Inactive": true,
    "LastLoginDate": "2025-04-24T05:25:31.2920236-07:00",
    "UpdatedDateTime": "2025-04-24T05:25:31.2920236-07:00",
    "UpdatedBy": "sample string 4",
    "LockedDate": "2025-04-24T05:25:31.2920236-07:00",
    "Login": "sample string 5",
    "Id": 1,
    "LoginType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    },
    "PrimaryIndicator": true,
    "TemporaryIndicator": true,
    "EditIndicator": true
  },
  {
    "ConstituentUpdateDate": "2025-04-24T05:25:31.2920236-07:00",
    "CreatedDateTime": "2025-04-24T05:25:31.2920236-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Constituent": {
      "Id": 1
    },
    "Email": {
      "Id": 1
    },
    "FailedAttempts": 3,
    "Inactive": true,
    "LastLoginDate": "2025-04-24T05:25:31.2920236-07:00",
    "UpdatedDateTime": "2025-04-24T05:25:31.2920236-07:00",
    "UpdatedBy": "sample string 4",
    "LockedDate": "2025-04-24T05:25:31.2920236-07:00",
    "Login": "sample string 5",
    "Id": 1,
    "LoginType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    },
    "PrimaryIndicator": true,
    "TemporaryIndicator": true,
    "EditIndicator": true
  }
]
<WebLogins xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <WebLogin>
    <Constituent>
      <Id>1</Id>
    </Constituent>
    <ConstituentUpdateDate>2025-04-24T05:25:31.2920236-07:00</ConstituentUpdateDate>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:25:31.2920236-07:00</CreatedDateTime>
    <EditIndicator>true</EditIndicator>
    <Email>
      <Id>1</Id>
    </Email>
    <FailedAttempts>3</FailedAttempts>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <LastLoginDate>2025-04-24T05:25:31.2920236-07:00</LastLoginDate>
    <LockedDate>2025-04-24T05:25:31.2920236-07:00</LockedDate>
    <Login>sample string 5</Login>
    <LoginType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </LoginType>
    <PrimaryIndicator>true</PrimaryIndicator>
    <TemporaryIndicator>true</TemporaryIndicator>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:25:31.2920236-07:00</UpdatedDateTime>
  </WebLogin>
  <WebLogin>
    <Constituent>
      <Id>1</Id>
    </Constituent>
    <ConstituentUpdateDate>2025-04-24T05:25:31.2920236-07:00</ConstituentUpdateDate>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:25:31.2920236-07:00</CreatedDateTime>
    <EditIndicator>true</EditIndicator>
    <Email>
      <Id>1</Id>
    </Email>
    <FailedAttempts>3</FailedAttempts>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <LastLoginDate>2025-04-24T05:25:31.2920236-07:00</LastLoginDate>
    <LockedDate>2025-04-24T05:25:31.2920236-07:00</LockedDate>
    <Login>sample string 5</Login>
    <LoginType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </LoginType>
    <PrimaryIndicator>true</PrimaryIndicator>
    <TemporaryIndicator>true</TemporaryIndicator>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:25:31.2920236-07:00</UpdatedDateTime>
  </WebLogin>
</WebLogins>
Change Version Description Contract Old New
Parameter Changed 15.0.0 constituentId has been marked as required. Required