WebLogins Test
CRM/WebLogins/{webLoginId}
Get details of a weblogin.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/WebLogins/{webLoginId}

URI Parameters

Parameter Name Data Type Required Notes
webLoginId integer Y

Request Body

None.

No request body.

Response object type : WebLogin

Response object type 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:01:02.5269123-07:00",
  "CreatedDateTime": "2025-04-24T05:01:02.5269123-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Constituent": {
    "Id": 1
  },
  "Email": {
    "Id": 1
  },
  "FailedAttempts": 3,
  "Inactive": true,
  "LastLoginDate": "2025-04-24T05:01:02.5269123-07:00",
  "UpdatedDateTime": "2025-04-24T05:01:02.5269123-07:00",
  "UpdatedBy": "sample string 4",
  "LockedDate": "2025-04-24T05:01:02.5269123-07:00",
  "Login": "sample string 5",
  "Id": 1,
  "LoginType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "PrimaryIndicator": true,
  "TemporaryIndicator": true,
  "EditIndicator": true
}
<WebLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <ConstituentUpdateDate>2025-04-24T05:01:02.5269123-07:00</ConstituentUpdateDate>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:01:02.5269123-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <Email>
    <Id>1</Id>
  </Email>
  <FailedAttempts>3</FailedAttempts>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <LastLoginDate>2025-04-24T05:01:02.5269123-07:00</LastLoginDate>
  <LockedDate>2025-04-24T05:01:02.5269123-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:01:02.5269123-07:00</UpdatedDateTime>
</WebLogin>
Change Version Description Contract Old New
Parameter Changed 15.0.0 webLoginId has been marked as required. Required