Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Note: This function requires an API license.

Obtains a list of all supported event types. The lists consists of namedescription and level pairs. The name can be used in getEvents.

The usability level is only to get a global indication of how often the event will occur. A value of zero will indicate a normal, most common, event. A higher number indicates a less occurring event, which possibly only occurs in special circumstances.

Request

command=getEventTypes

Response

<result errorcode="0">
  <eventtypes count="[number]">
    <eventtype>
      <name>[string]</name>
      <description>[string]</description>
      <level>[number]</level>
    </eventtype>
    ...
  </eventtypes>
 </result>

node

value

remarks

/result

@errorcode

[number]

See error codes here

/result/eventtypes

@count

[number]

The number of event types.

/result/eventtypes/eventtype

name

[string]

The name, as used in getEvents.

description

[string]

A system defined description of the event type..

level

[number]

A usability level number, 0 = normal, 1 = system and user, 2 = other

Changelog

  • 1.10.2 – added

  • No labels