GET 17.0/database/userdesktopalerts/{userid}/{type}

Description

Retrieve User Desktop Alerts

URI Parameters

Name Description Type Additional information
userID

integer

Required

type

byte

Required

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>