FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getRecentNotificationsRequest

Description

A getRecentNotificationsRequest message contains an element of getRecentNotifications.

Derived By

Extending RequestByPrincipal

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Member  string  0..1  User ID (email).
EntitlementId  string  0..1  Entitlement ID.
ActivationId  string  0..1  Activation ID.
OrganizationId  string  1..1  Organization ID.
SearchDays  int  0..1  Search days. The minimum value is 30 days and maximum value is 180 days. Default of 30 days is used if not provided. If SearchDays is less than 0 RequestValidationError is thrown.
StartOffset  int  0..1 

Index of first result starting with 0 (for pagination).

StartOffset defaults to 0.

ResultSetSize  int  0..1 

Number of results in the response (for pagination).

ResultSetSize defaults to 1.

OrderBy  NotificationsOrderBy  0..1  Result sorting order. When not provided, SENTDATE is used.
LocaleLanguage  language  0..1  Locale language of the notification and descriptions.
Referenced By
Name  Type 
getRecentNotifications  Method 
XML Example

The following XML fragment illustrates an getRecentNotificationsRequest message:

      <esd:getRecentNotificationsRequest>
          <esd:Member>member@someorg.org</esd:Member>
        <esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId>
         <!--Optional:-->
         <esd:SearchDays>280</esd:SearchDays>
         <!--Optional:-->
         <esd:StartOffset>0</esd:StartOffset>
         <!--Optional:-->
         <esd:ResultSetSize>200</esd:ResultSetSize>
         <!--Optional:-->
         <esd:OrderBy>SENTDATE</esd:OrderBy>
      </esd:getRecentNotificationsRequest>