GET api/PwdLogChecks?userName={userName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PwdLogCheck| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserName | string |
None. |
|
| PwdDate | string |
None. |
|
| LoggedIn | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserName": "sample string 2",
"PwdDate": "sample string 3",
"LoggedIn": "sample string 4"
}
application/xml, text/xml
Sample:
<PwdLogCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NTInfotainmentWebApi.Models"> <Id>1</Id> <LoggedIn>sample string 4</LoggedIn> <PwdDate>sample string 3</PwdDate> <UserName>sample string 2</UserName> </PwdLogCheck>