FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getDownloadedFilesLogRequest message contains an element of getDownloadedFilesLog.
Extending RequestByPrincipal
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. |
DownloadPackageReference | DownloadPackageReference | 1..1 | The identifiers for a Download Package. |
OrganizationId | string | 1..1 | Organization ID. |
LocaleLanguage | language | 0..1 | Locale language of the file description. |
Name | Type |
---|---|
getDownloadedFilesLog | Method |
The following XML fragment illustrates an getDownloadedFilesLogRequest message:
<esd:getDownloadedFilesLogRequest>
<!--Optional:-->
<esd:Member>member@someorg.org</esd:Member>
<esd:DownloadPackageReference>
<!--Optional:-->
<esd:Id>DP_031001_NoEULA_NoEC</esd:Id>
</esd:DownloadPackageReference>
<esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId>
<esd:LocaleLanguage>en</esd:LocaleLanguage>
</esd:getDownloadedFilesLogRequest>