FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getDownloadLogRequest message contains an element of getDownloadLog.
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. |
FileReference | DownloadableFileReference | 1..1 | File reference. |
OrganizationId | string | 1..1 | Organization ID. |
FileDownloadLogId | integer | 1..1 | File download log ID. |
Name | Type |
---|---|
getDownloadLog | Method |
The following XML fragment illustrates an getDownloadLogRequest message:
<esd:getDownloadLogRequest>
<esd:Member>member@someorg.org</esd:Member>
<esd:FileReference>
<esd:SystemFileId>5320753</esd:SystemFileId>
</esd:FileReference>
<esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId>
<esd:FileDownloadLogId>333350993</esd:FileDownloadLogId>
</esd:getDownloadLogRequest>