GET 17.0/database/userdesktopalerts/defaultmodel

Description

Get a User Desktop Alerts model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
UserID

integer

None.

Type

byte

None.

application/json, text/json

Sample:
{
  "userID": 1,
  "type": 64
}

application/xml, text/xml

Sample:
<UserDesktopAlerts xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UserID>1</UserID>
  <Type>64</Type>
</UserDesktopAlerts>