FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getRecentUploadedFilesRequest

Description

A getRecentUploadedFilesRequest message contains an element of getRecentUploadedFiles.

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.
includePkgVersions  boolean  0..1 

Include Download Package versions.

Indicates that file's Download Package version need to be returned. defaults to false.

includeCriticalUdf  boolean  0..1  Include critical Custom Attributes.
LocaleLanguage  language  0..1  Locale language of the file description.
Referenced By
Name  Type 
getRecentUploadedFiles  Method 
XML Example

The following XML fragment illustrates an getRecentUploadedFilesRequest message:

      <esd:getRecentUploadedFilesRequest>
         <!--Optional:-->
         <esd:SearchDays>150</esd:SearchDays>
         <esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId>
         <!--Optional:-->
         <esd:includePkgVersions>false</esd:includePkgVersions>
         <!--Optional:-->
         <esd:includeCriticalUdf>false</esd:includeCriticalUdf>
         <esd:Member>member@someorg.org</esd:Member>
       </esd:getRecentUploadedFilesRequest>