abn.ResetOsRead
This job removes the read marker of an object for a user (counterpart to abn.SetOsRead). Analogous to abn.ResetOsInformed for subscription notifications.
|
This job is not listed in the official enaio® abn engine overview. This description was reconstructed from the call code of the |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Reserved; always pass |
|
INT | INT64 |
Yes |
Timestamp of the read marker to reset, as Unix epoch seconds. Transmitted as 32-bit or 64-bit integer depending on the value range. |
|
INT |
Yes |
Numeric ID of the object. |
|
INT |
Yes |
Numeric ID of the object type. |
|
INT |
Yes |
Numeric ID of the user. |
|
INT |
Yes |
User identifier (populated identically to |
3. See Also
-
abn.SetOsRead — sets the read marker
-
abn.ResetOsInformed — removes the informed marker for subscription notifications