27.1.12.2  GetActionLogIndex

 

The maximum number of Action files is 5000. Use the loop recording mode,

GetActionLogIndex can get the record location in the record file and compare to the past file location to know the change.

 

HTTP Method : GET

XML URL: http://localhost/WaWebService/GetActionLogIndex/{ProjectName}/{NodeName}

JSON URL: http://localhost/WaWebService/Json/GetActionLogIndex/{ProjectName}/{NodeName}

XML Request:

<Result>   <Ret>Value</Ret>   <Index>Value</Index> </Result>

JSON Request:

{         “Ret”:Value,         “Index”:Value }