GET api/ApplicationLockout

Get the ApplicationLockout information

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

uspWDTFApplicationLockoutSelect_Result
NameDescriptionTypeAdditional information
Id

integer

None.

LockMessage

string

None.

IsAppLockoutInvoked

boolean

None.

UpdateBy

integer

None.

UpdateDate

date

None.

CreationMessage

string

None.

IsAppCreationBlockedSet

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LockMessage": "sample string 2",
  "IsAppLockoutInvoked": true,
  "UpdateBy": 1,
  "UpdateDate": "2025-05-06T11:41:16.4915298-06:00",
  "CreationMessage": "sample string 4",
  "IsAppCreationBlockedSet": true
}

text/html

Sample:
{"Id":1,"LockMessage":"sample string 2","IsAppLockoutInvoked":true,"UpdateBy":1,"UpdateDate":"2025-05-06T11:41:16.4915298-06:00","CreationMessage":"sample string 4","IsAppCreationBlockedSet":true}

application/xml, text/xml

Sample:
<uspWDTFApplicationLockoutSelect_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <CreationMessage>sample string 4</CreationMessage>
  <Id>1</Id>
  <IsAppCreationBlockedSet>true</IsAppCreationBlockedSet>
  <IsAppLockoutInvoked>true</IsAppLockoutInvoked>
  <LockMessage>sample string 2</LockMessage>
  <UpdateBy>1</UpdateBy>
  <UpdateDate>2025-05-06T11:41:16.4915298-06:00</UpdateDate>
</uspWDTFApplicationLockoutSelect_Result>