abn.GetRequestList

This job determines all request subscriptions that the specified user has subscribed to.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

OutputUnicode

INT

Yes

Must be passed with 1.

User

STRING

Yes

Name of the user

2. Output Parameters

Name Type Dependency Description

sRequest[1..n]

STRING

Semicolon-separated information about the request, each record in the following order: Info text for the subscription; Object type; Subscription ID; Confirm (1 = request confirmation of awareness; 0 = not required); User GUID of the subscription admin (for system subscriptions); GUID of the group to be notified; Subscription type (0 = document subscription; 1 = request subscription); Action (2/3/4/27/39); Notification type (0 = internal/oxmljsc; 1 = email + address); AboGrp (groups all records of the different actions of a subscription); SQL string for request subscription

3. Return Value

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