ListJobs

Lists the jobs included in the job queue.

URL (general format)

SERVER:PORT/lawson-ios/action/ListJobs? <parameter=key>

Optional Parameters

Parameter Key Value Type Parameter Description
jobOwner Alphanumeric string

The owner of the job in the appropriate format.

For example, in Windows, the format might be: DOMAIN\user

Maximum length of strings is 10.

jobName Alphanumeric string

The job name.

Maximum length for strings is 10.

firstStepOnly Boolean Fixed values are True and False, default value is True.
filter Alphanumeric string String to filter jobs. Minimum length for strings is 0 and the maximum is 39.
maxRecordCount Integer Maximum number of jobs to be listed. Minimum length of strings is 1, maxmium length of strings is 500. Default value is 500.

Example URL

SERVER:PORT/lawson-ios/action/ListJobs?jobOwner=LAWSON\lawsonuser&jobName=TESTJOB

Additional Information

GET HTTP method call type is supported.

SERVER:PORT/lawson-ios/action/ListJobs