Request protocol information
The method getProtocolEntries returns protocol entries from the table JRPROTOCOL for the entered period of time.
The return value consists of a list of protocol entry objects for the entered time period. Through these objects all protocol entry data can easily be accessed.
In case no protocol entries exist for the entered time period in JobRouter, an error message will be returned.
Method reference
Parameters |
Data type |
Description |
|---|---|---|
fromDate |
ServiceObject_DateTime |
Earliest point of time |
toDate |
ServiceObject_DateTime |
Latest point of time |
Return value: ServiceObject_ProtocolEntry[]; Array with ProtocolEntry objects