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 enaio-jobs-custom template.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Reserved; always pass 0.

FirstVisit

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.

ObjectID

INT

Yes

Numeric ID of the object.

ObjectType

INT

Yes

Numeric ID of the object type.

UserID

INT

Yes

Numeric ID of the user.

UserIdent

INT

Yes

User identifier (populated identically to UserID in the call code).

2. Return Value

(INT): 0 = job successful, otherwise error code.

3. See Also