Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > System management

getProtocolEntries

Scroll Prev Top Next More

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