FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getRecentDownloadPackagesRequest

Description

A getRecentDownloadPackagesRequest message contains an element of getRecentDownloadPackages.

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.
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.
OrganizationId  string  1..1  Organization ID.
LocaleLanguage  language  0..1  Locale language of the Download Package names and descriptions.
Referenced By
Name  Type 
getRecentDownloadPackages  Method 
XML Example

The following XML fragment illustrates an getRecentDownloadPackagesRequest message:

      <esd:getRecentDownloadPackagesRequest>
         <!--Optional:-->
         <esd:Member>member@someorg.org</esd:Member>
         <!--Optional:-->
         <esd:SearchDays>150</esd:SearchDays>
         <esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId>
      </esd:getRecentDownloadPackagesRequest>