GET api/UserInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

UserInfo
NameDescriptionTypeAdditional information
Valid

boolean

None.

UserName

Object

None.

StartTime

Object

None.

EndTime

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Valid": true,
  "UserName": {},
  "StartTime": {},
  "EndTime": {}
}

application/xml, text/xml

Sample:
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRIHomeData">
  <EndTime />
  <StartTime />
  <UserName />
  <Valid>true</Valid>
</UserInfo>