dms.GetOsEvents
Retrieves OS events from enaio®. All input parameters are optional filters — if multiple are specified, they are combined with AND. Without filter parameters, all events are returned.
The return format is described under JSON structure, the complete field reference under Fields.
|
This job accesses the internal scripting infrastructure of enaio® directly. Incorrectly configured events can cause unexpected behavior or serious malfunctions on the client or server side. |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
No |
Filters by the database primary key ( |
|
STRING |
No |
Filters by the event type ( |
|
STRING |
No |
Filters by the target object type ( |
|
STRING |
No |
Filters by the UI context ( |
|
STRING |
No |
Filters by the target platform ( |
|
STRING |
No |
Filters by the context parameter ( |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
STRING |
— |
BASE64-encoded JSON string with the retrieved events. |
|
INT |
— |
Number of events returned |
3. Return Value
(INT): 0 = Job successful, otherwise error code
Complete error list