Skip to main content
Skip table of contents

5.8 System Log Resources

5.8.1 ThruPublicSystemLogOperation


ThruPublicSystemLogOperation structure contains information operation that will be logged in Thru.

Item Name

Data Type

Sample Value

Comments

LogOperationId

String

Operation Id that is assigned for request operation

OperationType

Integer

MobileOpenFileInExternalApplication = 0×4000000

FolderId

String

Identifier of the folder in Thru file system

FileId

String

Identifier of the file in Thru file system

MobileReceiverAppName

String

Mobile application name

Sample

Request:

OperationType=67108864&FileId=30FZAAT6ULN30&MobileReceiverAppName=test

 

Response:

CODE
<ThruPublicSystemLogOperation xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
CODE
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
CODE
  <LogOperationId>1UEVYEHGF7GVW</LogOperationId>
CODE
  <OperationType>67108864</OperationType>
CODE
  <FileId>30FZAAT6ULN30</FileId>
CODE
  <MobileReceiverAppName>test</MobileReceiverAppName>
CODE
</ThruPublicSystemLogOperation>

Data Transfer Object

public class ThruPublicSystemLogOperation

{

  public string LogOperationId

  public int OperationType

  public string FolderId

  public string FileId

  public string MobileReceiverAppName

}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.