abn.GetUnreadAboCount

This job determines the number of read and unread Abo notifications for a user.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

UserID

INT

Yes

User ID of the user whose Abo notifications should be determined

[Mode]

INT

No

0 = all Abo notifications are determined (default)
1 = notifications from subscriptions created by the user himself are not considered
2 = for each subscription, only the last Abo notification is determined
3 = combination of 1 and 2

2. Output Parameters

Name Type Dependency Description

Read

INT

Number of read Abo notifications

Unread

INT

Number of unread Abo notifications

3. Return Value

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