WCF Logbook Documentation
The i4scada WCF Logbook web service handles all the Logbook related operations. This article describes all the available methods.
This WCF web service handles all the Logbook related operations. The following methods are available:
AddLogbookEntry
Syntax |
|
Description | Adds a new entry in Logbook, based on the provided DTO |
Parameters |
|
Return Value | None |
GetLogbookEntries
Syntax |
|
Description | Retrieves Logbook entries based on the provided query DTO |
Parameters |
|
Return Value | A list of LogbookEntryDTO objects, each corresponding to one retrieved logbook entry and containing:
|