Request all Job Functions
The method getJobFunction returns all currently existing 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 Function objects. Through these objects all Job Function data can easily be accessed.
In case no Job Functions exist in JobRouter, an error message will be returned.
Selectively searching for specific Job Functions
The method getJobFunctions additionally allows you, next to returning all existing Job Functions, to limit the amount of returned Job Functions by setting a search filter.
The return value consists of a list of Job Function objects. Through these objects all Job Function data can easily be accessed.
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 |
Array with the search data as key value pair |
Return value: ServiceObject_JobFunction[]; Array with JobFunction objects