FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getFileDownloadsRequest

Description

A getFileDownloadsRequest message contains an element of getFileDownloads.

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.
FileReference  DownloadableFileReference  1..1  File reference.
OrganizationId  string  1..1  Organization ID.
StartOffset  int  0..1 

Index of the 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.

Referenced By
Name  Type 
getFileDownloads  Method 
XML Example

The following XML fragment illustrates an getFileDownloadsRequest message:

      <esd:getFileDownloadsRequest>
         <esd:Member>member@someorg.org</esd:Member>
         <esd:FileReference>
            <!--Optional:-->
            <esd:SystemFileId>5320753</esd:SystemFileId>
         </esd:FileReference>
         <esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId>
         <!--Optional:-->
         <esd:StartOffset>0</esd:StartOffset>
         <!--Optional:-->
         <esd:ResultSetSize>200</esd:ResultSetSize>
      </esd:getFileDownloadsRequest>