Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > Job Function management

getJobFunctionsReports

Scroll Prev Top Next More

Request all assigned reports for all JobFunctions

The method getJobFunctionsReports returns all assigned reports of all Job Functions in JobRouter. When this method is used, no data must be passed as a search filter.

The return value consists of a list of Job Functions and their assigned reports (report objects).

In case no Job Function exist in JobRouter, an error message will be returned.

Request all assigned reports for specific Job Functions

The method getJobFunctionsReports allows you, next to returning all report allocations of all Job Functions, to limit the amount of returned Job Functions and their allocated reports by setting a search filter.

The return value consists of a list of Job Functions and their assigned reports (report objects).

In case there are no Job Functions found that match the search filter criteria during the request, an error message will be returned.

Method reference

Parameters

Data type

Description

kvpList

ServiceObject_KeyValuePair[]

Array with the search data as key value pair

Return value: ServiceObject_KeyReportCollection[]; Array with KeyReportCollection objects