GET 17.0/database/userlogins/defaultmodel

Description

Get a $User Logins model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
PCID

integer

None.

UserID

integer

None.

DateTime

date

None.

ClearCachedSystemConfiguration

byte

None.

ClearCachedConfiguration

byte

None.

Desktop

byte

None.

SiteID

integer

None.

application/json, text/json

Sample:
{
  "pcid": 1,
  "userID": 2,
  "dateTime": "2026-01-27T10:07",
  "clearCachedSystemConfiguration": 64,
  "clearCachedConfiguration": 64,
  "desktop": 64,
  "siteID": 7
}

application/xml, text/xml

Sample:
<UserLogins xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PCID>1</PCID>
  <UserID>2</UserID>
  <DateTime>2026-01-27T10:07:57.2097741+00:00</DateTime>
  <ClearCachedSystemConfiguration>64</ClearCachedSystemConfiguration>
  <ClearCachedConfiguration>64</ClearCachedConfiguration>
  <Desktop>64</Desktop>
  <SiteID>7</SiteID>
</UserLogins>